COLOR #D4CFE6

HEX: #D4CFE6 RGB: (212,207,230)

Color info

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

RGB color model

#D4CFE6 color RGB value is (212,207,230).

RGB: (212,207,230) (83%, 81%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 230 of 255 = 90%

212
207
230

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

Portions of RGB colors in percentages

R + G + B = 212 + 207 + 230 = 649 (100%)
R 212 of 649 ~ 32.67%
G 207 of 649 ~ 31.9%
B 230 of 649 ~ 35.44'%

%32.67
%31.9
%35.44

CMYK color model

#D4CFE6 color CMYK value is (8,10,0,10).

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

CMYK: (8,10,0,10)
C8M10Y0K10 (8%, 10%, 0%, 10%)
(0.08 / 0.10 / 0.00 / 0.10)

CMYK percentages

%7.83
%10
%0
%9.8

Codes

Color #D4CFE6 in popluar color models

D4 CF E6
RGB 212 207 230
HSL 253° 31.51% 85.69%
HSB/HSV 253° 10.00% 90.20%
CMYK 7.83% 10.00% 0.00%
9.80%

Color #D4CFE6 in popluar number systems.

HEX D4 CF E6
Decimal 212 207 230
Binary 11010100 11001111 11100110
Octal 324 317 346

Shades and tints

Shades of #D4CFE6

#D4CFE6
(212,207,230)
#C1BDD2
(193,189,210)
#AEABBE
(174,171,190)
#9B99AA
(155,153,170)
#888796
(136,135,150)
#757582
(117,117,130)
#62636E
(98,99,110)
#4F515A
(79,81,90)
#3C3F46
(60,63,70)
#292D32
(41,45,50)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #D4CFE6

#D4CFE6
(212,207,230)
#D7D3E8
(215,211,232)
#DAD7EA
(218,215,234)
#DDDBEC
(221,219,236)
#E0DFEE
(224,223,238)
#E3E3F0
(227,227,240)
#E6E7F2
(230,231,242)
#E9EBF4
(233,235,244)
#ECEFF6
(236,239,246)
#EFF3F8
(239,243,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFE6; }

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

This text font color is #D4CFE6.

Background Color

.myBgColor { background-color: #D4CFE6; }

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

This div background color is #D4CFE6.

Border color

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

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

This div border color is #D4CFE6.

Opacity

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

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

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

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

This text has shadow with #D4CFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CFE6.

Preview

Color preview on black background

This text has color #D4CFE6 on black background.


Color preview on white background

This text has color #D4CFE6 on white background.


Black color preview on #D4CFE6 background

This text has black color on #D4CFE6 background.


White color preview on #D4CFE6 background

This text has white color on #D4CFE6 background.


Related colors

Complementary color

Complementary color for #hex is #2B3019.


I love getcolorcode.com

Triadic colors

1 #E6D4CF and #CFE6D4 with #D4CFE6 are triadic colors.

2 #E6CFD4 and #CFD4E6 with #D4CFE6 are triadic colors.