COLOR #D4CBEE

HEX: #D4CBEE RGB: (212,203,238)

Color info

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

RGB color model

#D4CBEE color RGB value is (212,203,238).

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

RGB channels and saturation

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

212
203
238

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

Portions of RGB colors in percentages

R + G + B = 212 + 203 + 238 = 653 (100%)
R 212 of 653 ~ 32.47%
G 203 of 653 ~ 31.09%
B 238 of 653 ~ 36.45'%

%32.47
%31.09
%36.45

CMYK color model

#D4CBEE color CMYK value is (11,15,0,7).

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

CMYK: (11,15,0,7)
C11M15Y0K7 (11%, 15%, 0%, 7%)
(0.11 / 0.15 / 0.00 / 0.07)

CMYK percentages

%10.92
%14.71
%0
%6.67

Codes

Color #D4CBEE in popluar color models

D4 CB EE
RGB 212 203 238
HSL 255° 50.72% 86.47%
HSB/HSV 255° 14.71% 93.33%
CMYK 10.92% 14.71% 0.00%
6.67%

Color #D4CBEE in popluar number systems.

HEX D4 CB EE
Decimal 212 203 238
Binary 11010100 11001011 11101110
Octal 324 313 356

Shades and tints

Shades of #D4CBEE

#D4CBEE
(212,203,238)
#C1B9D9
(193,185,217)
#AEA7C4
(174,167,196)
#9B95AF
(155,149,175)
#88839A
(136,131,154)
#757185
(117,113,133)
#625F70
(98,95,112)
#4F4D5B
(79,77,91)
#3C3B46
(60,59,70)
#292931
(41,41,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D4CBEE

#D4CBEE
(212,203,238)
#D7CFEF
(215,207,239)
#DAD3F0
(218,211,240)
#DDD7F1
(221,215,241)
#E0DBF2
(224,219,242)
#E3DFF3
(227,223,243)
#E6E3F4
(230,227,244)
#E9E7F5
(233,231,245)
#ECEBF6
(236,235,246)
#EFEFF7
(239,239,247)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CBEE; }

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

This text font color is #D4CBEE.

Background Color

.myBgColor { background-color: #D4CBEE; }

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

This div background color is #D4CBEE.

Border color

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

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

This div border color is #D4CBEE.

Opacity

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

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

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

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

This text has shadow with #D4CBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CBEE.

Preview

Color preview on black background

This text has color #D4CBEE on black background.


Color preview on white background

This text has color #D4CBEE on white background.


Black color preview on #D4CBEE background

This text has black color on #D4CBEE background.


White color preview on #D4CBEE background

This text has white color on #D4CBEE background.


Related colors

Complementary color

Complementary color for #hex is #2B3411.


I love getcolorcode.com

Triadic colors

1 #EED4CB and #CBEED4 with #D4CBEE are triadic colors.

2 #EECBD4 and #CBD4EE with #D4CBEE are triadic colors.