COLOR #D4CFE9

HEX: #D4CFE9 RGB: (212,207,233)

Color info

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

RGB color model

#D4CFE9 color RGB value is (212,207,233).

RGB: (212,207,233) (83%, 81%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 207 of 255 = 81%
B 233 of 255 = 91%

212
207
233

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

Portions of RGB colors in percentages

R + G + B = 212 + 207 + 233 = 652 (100%)
R 212 of 652 ~ 32.52%
G 207 of 652 ~ 31.75%
B 233 of 652 ~ 35.74'%

%32.52
%31.75
%35.74

CMYK color model

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

  • cyan value is 9.01%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,11,0,9)
C9M11Y0K9 (9%, 11%, 0%, 9%)
(0.09 / 0.11 / 0.00 / 0.09)

CMYK percentages

%9.01
%11.16
%0
%8.63

Codes

Color #D4CFE9 in popluar color models

D4 CF E9
RGB 212 207 233
HSL 252° 37.14% 86.27%
HSB/HSV 252° 11.16% 91.37%
CMYK 9.01% 11.16% 0.00%
8.63%

Color #D4CFE9 in popluar number systems.

HEX D4 CF E9
Decimal 212 207 233
Binary 11010100 11001111 11101001
Octal 324 317 351

Shades and tints

Shades of #D4CFE9

#D4CFE9
(212,207,233)
#C1BDD4
(193,189,212)
#AEABBF
(174,171,191)
#9B99AA
(155,153,170)
#888795
(136,135,149)
#757580
(117,117,128)
#62636B
(98,99,107)
#4F5156
(79,81,86)
#3C3F41
(60,63,65)
#292D2C
(41,45,44)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4CFE9

#D4CFE9
(212,207,233)
#D7D3EB
(215,211,235)
#DAD7ED
(218,215,237)
#DDDBEF
(221,219,239)
#E0DFF1
(224,223,241)
#E3E3F3
(227,227,243)
#E6E7F5
(230,231,245)
#E9EBF7
(233,235,247)
#ECEFF9
(236,239,249)
#EFF3FB
(239,243,251)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CFE9; }

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

This text font color is #D4CFE9.

Background Color

.myBgColor { background-color: #D4CFE9; }

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

This div background color is #D4CFE9.

Border color

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

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

This div border color is #D4CFE9.

Opacity

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

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

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

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

This text has shadow with #D4CFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CFE9.

Preview

Color preview on black background

This text has color #D4CFE9 on black background.


Color preview on white background

This text has color #D4CFE9 on white background.


Black color preview on #D4CFE9 background

This text has black color on #D4CFE9 background.


White color preview on #D4CFE9 background

This text has white color on #D4CFE9 background.


Related colors

Complementary color

Complementary color for #hex is #2B3016.


I love getcolorcode.com

Triadic colors

1 #E9D4CF and #CFE9D4 with #D4CFE9 are triadic colors.

2 #E9CFD4 and #CFD4E9 with #D4CFE9 are triadic colors.