COLOR #D2CEF5

HEX: #D2CEF5
RGB: (210,206,245)

Color info

#D2CEF5 contains red, green and blue colors in about the same proportion. Web safe color of #D2CEF5 is #CCCCFF (or #CCF).

RGB color model

#D2CEF5 color RGB value is (210,206,245).

  • red value is 210;
  • green value is 206;
  • blue value is 245.
RGB:
(210,206,245)
(82%,81%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 206 of 255 = 81%
B 245 of 255 = 96%

210
206
245

R + G + B ~ 86%. #D2CEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 206 + 245 = 661 (100%)
R 210 of 661 ~ 31.77%
G 206 of 661 ~ 31.16%
B 245 of 661 ~ 37.07%

%31.77
%31.16
%37.07

CMYK color model

#D2CEF5 color CMYK value is (14,16,0,4).

  • cyan value is 14.29%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(14,16,0,4)
C14M16Y0K4 
(14%,16%,0%,4%)
(0.14/0.16/0.00/0.04)	

CMYK percentages

%14.29
%15.92
%0
%3.92

Codes

Color #D2CEF5 in popluar color models

D2CEF5
RGB210206245
HSL246°66.10%88.43%
HSB/HSV246°15.92%96.08%
CMYK14.29%15.92%0.00%
3.92%

Color #D2CEF5 in popluar number systems.

HEXD2CEF5
Decimal210206245
Binary110100101100111011110101
Octal322316365

Shades and tints

Shades of #D2CEF5

#D2CEF5
(210,206,245)
#BFBCDF
(191,188,223)
#ACAAC9
(172,170,201)
#9998B3
(153,152,179)
#86869D
(134,134,157)
#737487
(115,116,135)
#606271
(96,98,113)
#4D505B
(77,80,91)
#3A3E45
(58,62,69)
#272C2F
(39,44,47)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #D2CEF5

#D2CEF5
(210,206,245)
#D6D2F5
(214,210,245)
#DAD6F5
(218,214,245)
#DEDAF5
(222,218,245)
#E2DEF5
(226,222,245)
#E6E2F5
(230,226,245)
#EAE6F5
(234,230,245)
#EEEAF5
(238,234,245)
#F2EEF5
(242,238,245)
#F6F2F5
(246,242,245)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CEF5 color. Also use rgb(210,206,245) instead hex code.

Text Font Color

.myTextColor { color: #D2CEF5; }

<p style="color:#D2CEF5">This sample text font color is #D2CEF5.</p>

This text font color is #D2CEF5.


Background Color

.myBgColor { background-color: #D2CEF5; }

<div style="background-color:#D2CEF5">Inner text</div>

This div background color is #D2CEF5.


Border color

.myBorderColor { border: 1px solid #D2CEF5; }

<div style="border:3px solid #D2CEF5">Div</div>

This div border color is #D2CEF5.


Opacity

.myOpacity80 { color: #D2CEF5; opacity: 0.8; }

<p style="color:#D2CEF5;opacity:0.8;">80%</p>

Text with #D2CEF5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2CEF5;}

<p style="text-shadow: 3px 3px 1px #D2CEF5">Text here.</p>

This text has shadow with #D2CEF5 color.

.textShadow {text-shadow: 3px 3px 1px #D2CEF5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2CEF5, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2CEF5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2CEF5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2CEF5, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2CEF5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D2CEF5;
  -webkit-box-shadow:	1px 1px 3px 2px #D2CEF5;
  box-shadow:		1px 1px 3px 2px #D2CEF5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D2CEF5;
-webkit-box-shadow: 1px 1px 3px 2px #D2CEF5;
box-shadow:1px 1px 3px 2px #D2CEF5;">
Div content here</div>
This div box has shadow with color #D2CEF5.

Preview

Color preview on black background

This text has color #D2CEF5 on black background.


Color preview on white background

This text has color #D2CEF5 on white background.



Black color preview on #D2CEF5 background

This text has black color on #D2CEF5 background.


White color preview on #D2CEF5 background

This text has white color on #D2CEF5 background.