COLOR #D1CEE2

HEX: #D1CEE2 RGB: (209,206,226)

Color info

#D1CEE2 contains red, green and blue colors in about the same proportion. Web safe color of #D1CEE2 is #CCCCCC (or #CCC).

RGB color model

#D1CEE2 color RGB value is (209,206,226).

RGB: (209,206,226) (82%, 81%, 89%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 226 of 255 = 89%

209
206
226

R + G + B ~ 84%. #D1CEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 206 + 226 = 641 (100%)
R 209 of 641 ~ 32.61%
G 206 of 641 ~ 32.14%
B 226 of 641 ~ 35.26'%

%32.61
%32.14
%35.26

CMYK color model

#D1CEE2 color CMYK value is (8,9,0,11).

  • cyan value is 7.52%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (8,9,0,11) C8M9Y0K11 (8%,9%,0%,11%) (0.08/0.09/0.00/0.11) 

CMYK percentages

%7.52
%8.85
%0
%11.37

Codes

Color #D1CEE2 in popluar color models

D1 CE E2
RGB 209 206 226
HSL 249° 25.64% 84.71%
HSB/HSV 249° 8.85% 88.63%
CMYK 7.52% 8.85% 0.00%
11.37%

Color #D1CEE2 in popluar number systems.

HEX D1 CE E2
Decimal 209 206 226
Binary 11010001 11001110 11100010
Octal 321 316 342

Shades and tints

Shades of #D1CEE2

#D1CEE2
(209,206,226)
#BEBCCE
(190,188,206)
#ABAABA
(171,170,186)
#9898A6
(152,152,166)
#858692
(133,134,146)
#72747E
(114,116,126)
#5F626A
(95,98,106)
#4C5056
(76,80,86)
#393E42
(57,62,66)
#262C2E
(38,44,46)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #D1CEE2

#D1CEE2
(209,206,226)
#D5D2E4
(213,210,228)
#D9D6E6
(217,214,230)
#DDDAE8
(221,218,232)
#E1DEEA
(225,222,234)
#E5E2EC
(229,226,236)
#E9E6EE
(233,230,238)
#EDEAF0
(237,234,240)
#F1EEF2
(241,238,242)
#F5F2F4
(245,242,244)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CEE2 color. Also use rgb(209,206,226) instead hex code.

Text Font Color

.myTextColor { color: #D1CEE2; }

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

This text font color is #D1CEE2.

Background Color

.myBgColor { background-color: #D1CEE2; }

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

This div background color is #D1CEE2.

Border color

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

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

This div border color is #D1CEE2.

Opacity

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

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

Text with #D1CEE2 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 #D1CEE2;}

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

This text has shadow with #D1CEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1CEE2.

Preview

Color preview on black background

This text has color #D1CEE2 on black background.


Color preview on white background

This text has color #D1CEE2 on white background.


Black color preview on #D1CEE2 background

This text has black color on #D1CEE2 background.


White color preview on #D1CEE2 background

This text has white color on #D1CEE2 background.


Related colors

Complementary color

Complementary color for #hex is #2E311D.


I love getcolorcode.com

Triadic colors

1 #E2D1CE and #CEE2D1 with #D1CEE2 are triadic colors.

2 #E2CED1 and #CED1E2 with #D1CEE2 are triadic colors.