COLOR #D4CCEE

HEX: #D4CCEE RGB: (212,204,238)

Color info

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

RGB color model

#D4CCEE color RGB value is (212,204,238).

RGB: (212,204,238) (83%, 80%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 238 of 255 = 93%

212
204
238

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

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 238 = 654 (100%)
R 212 of 654 ~ 32.42%
G 204 of 654 ~ 31.19%
B 238 of 654 ~ 36.39'%

%32.42
%31.19
%36.39

CMYK color model

#D4CCEE color CMYK value is (11,14,0,7).

  • cyan value is 10.92%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,14,0,7)
C11M14Y0K7 (11%, 14%, 0%, 7%)
(0.11 / 0.14 / 0.00 / 0.07)

CMYK percentages

%10.92
%14.29
%0
%6.67

Codes

Color #D4CCEE in popluar color models

D4 CC EE
RGB 212 204 238
HSL 254° 50.00% 86.67%
HSB/HSV 254° 14.29% 93.33%
CMYK 10.92% 14.29% 0.00%
6.67%

Color #D4CCEE in popluar number systems.

HEX D4 CC EE
Decimal 212 204 238
Binary 11010100 11001100 11101110
Octal 324 314 356

Shades and tints

Shades of #D4CCEE

#D4CCEE
(212,204,238)
#C1BAD9
(193,186,217)
#AEA8C4
(174,168,196)
#9B96AF
(155,150,175)
#88849A
(136,132,154)
#757285
(117,114,133)
#626070
(98,96,112)
#4F4E5B
(79,78,91)
#3C3C46
(60,60,70)
#292A31
(41,42,49)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #D4CCEE

#D4CCEE
(212,204,238)
#D7D0EF
(215,208,239)
#DAD4F0
(218,212,240)
#DDD8F1
(221,216,241)
#E0DCF2
(224,220,242)
#E3E0F3
(227,224,243)
#E6E4F4
(230,228,244)
#E9E8F5
(233,232,245)
#ECECF6
(236,236,246)
#EFF0F7
(239,240,247)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CCEE color. Also use rgb(212,204,238) instead hex code.

Text Font Color

.myTextColor { color: #D4CCEE; }

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

This text font color is #D4CCEE.

Background Color

.myBgColor { background-color: #D4CCEE; }

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

This div background color is #D4CCEE.

Border color

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

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

This div border color is #D4CCEE.

Opacity

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

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

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

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

This text has shadow with #D4CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCEE.

Preview

Color preview on black background

This text has color #D4CCEE on black background.


Color preview on white background

This text has color #D4CCEE on white background.


Black color preview on #D4CCEE background

This text has black color on #D4CCEE background.


White color preview on #D4CCEE background

This text has white color on #D4CCEE background.


Related colors

Complementary color

Complementary color for #hex is #2B3311.


I love getcolorcode.com

Triadic colors

1 #EED4CC and #CCEED4 with #D4CCEE are triadic colors.

2 #EECCD4 and #CCD4EE with #D4CCEE are triadic colors.