COLOR #D9CFE6

HEX: #D9CFE6 RGB: (217,207,230)

Color info

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

RGB color model

#D9CFE6 color RGB value is (217,207,230).

RGB: (217,207,230) (85%, 81%, 90%)

RGB channels and saturation

R 217 of 255 = 85%
G 207 of 255 = 81%
B 230 of 255 = 90%

217
207
230

R + G + B ~ 85%. #D9CFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 207 + 230 = 654 (100%)
R 217 of 654 ~ 33.18%
G 207 of 654 ~ 31.65%
B 230 of 654 ~ 35.17'%

%33.18
%31.65
%35.17

CMYK color model

#D9CFE6 color CMYK value is (6,10,0,10).

  • cyan value is 5.65%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (6,10,0,10)
C6M10Y0K10 (6%, 10%, 0%, 10%)
(0.06 / 0.10 / 0.00 / 0.10)

CMYK percentages

%5.65
%10
%0
%9.8

Codes

Color #D9CFE6 in popluar color models

D9 CF E6
RGB 217 207 230
HSL 266° 31.51% 85.69%
HSB/HSV 266° 10.00% 90.20%
CMYK 5.65% 10.00% 0.00%
9.80%

Color #D9CFE6 in popluar number systems.

HEX D9 CF E6
Decimal 217 207 230
Binary 11011001 11001111 11100110
Octal 331 317 346

Shades and tints

Shades of #D9CFE6

#D9CFE6
(217,207,230)
#C6BDD2
(198,189,210)
#B3ABBE
(179,171,190)
#A099AA
(160,153,170)
#8D8796
(141,135,150)
#7A7582
(122,117,130)
#67636E
(103,99,110)
#54515A
(84,81,90)
#413F46
(65,63,70)
#2E2D32
(46,45,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #D9CFE6

#D9CFE6
(217,207,230)
#DCD3E8
(220,211,232)
#DFD7EA
(223,215,234)
#E2DBEC
(226,219,236)
#E5DFEE
(229,223,238)
#E8E3F0
(232,227,240)
#EBE7F2
(235,231,242)
#EEEBF4
(238,235,244)
#F1EFF6
(241,239,246)
#F4F3F8
(244,243,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CFE6 color. Also use rgb(217,207,230) instead hex code.

Text Font Color

.myTextColor { color: #D9CFE6; }

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

This text font color is #D9CFE6.

Background Color

.myBgColor { background-color: #D9CFE6; }

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

This div background color is #D9CFE6.

Border color

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

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

This div border color is #D9CFE6.

Opacity

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

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

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

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

This text has shadow with #D9CFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CFE6.

Preview

Color preview on black background

This text has color #D9CFE6 on black background.


Color preview on white background

This text has color #D9CFE6 on white background.


Black color preview on #D9CFE6 background

This text has black color on #D9CFE6 background.


White color preview on #D9CFE6 background

This text has white color on #D9CFE6 background.


Related colors

Complementary color

Complementary color for #hex is #263019.


I love getcolorcode.com

Triadic colors

1 #E6D9CF and #CFE6D9 with #D9CFE6 are triadic colors.

2 #E6CFD9 and #CFD9E6 with #D9CFE6 are triadic colors.