COLOR #D9CAE4

HEX: #D9CAE4
RGB: (217,202,228)

Color info

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

RGB color model

#D9CAE4 color RGB value is (217,202,228).

  • red value is 217;
  • green value is 202;
  • blue value is 228.
RGB:
(217,202,228)
(85%,79%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 228 of 255 = 89%

217
202
228

R + G + B ~ 84%. #D9CAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 202 + 228 = 647 (100%)
R 217 of 647 ~ 33.54%
G 202 of 647 ~ 31.22%
B 228 of 647 ~ 35.24%

%33.54
%31.22
%35.24

CMYK color model

#D9CAE4 color CMYK value is (5,11,0,11).

  • cyan value is 4.82%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,11,0,11)
C5M11Y0K11 
(5%,11%,0%,11%)
(0.05/0.11/0.00/0.11)	

CMYK percentages

%4.82
%11.4
%0
%10.59

Codes

Color #D9CAE4 in popluar color models

D9CAE4
RGB217202228
HSL275°32.50%84.31%
HSB/HSV275°11.40%89.41%
CMYK4.82%11.40%0.00%
10.59%

Color #D9CAE4 in popluar number systems.

HEXD9CAE4
Decimal217202228
Binary110110011100101011100100
Octal331312344

Shades and tints

Shades of #D9CAE4

#D9CAE4
(217,202,228)
#C6B8D0
(198,184,208)
#B3A6BC
(179,166,188)
#A094A8
(160,148,168)
#8D8294
(141,130,148)
#7A7080
(122,112,128)
#675E6C
(103,94,108)
#544C58
(84,76,88)
#413A44
(65,58,68)
#2E2830
(46,40,48)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #D9CAE4

#D9CAE4
(217,202,228)
#DCCEE6
(220,206,230)
#DFD2E8
(223,210,232)
#E2D6EA
(226,214,234)
#E5DAEC
(229,218,236)
#E8DEEE
(232,222,238)
#EBE2F0
(235,226,240)
#EEE6F2
(238,230,242)
#F1EAF4
(241,234,244)
#F4EEF6
(244,238,246)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CAE4 color. Also use rgb(217,202,228) instead hex code.

Text Font Color

.myTextColor { color: #D9CAE4; }

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

This text font color is #D9CAE4.


Background Color

.myBgColor { background-color: #D9CAE4; }

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

This div background color is #D9CAE4.


Border color

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

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

This div border color is #D9CAE4.


Opacity

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

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

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

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

This text has shadow with #D9CAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CAE4 on black background.


Color preview on white background

This text has color #D9CAE4 on white background.



Black color preview on #D9CAE4 background

This text has black color on #D9CAE4 background.


White color preview on #D9CAE4 background

This text has white color on #D9CAE4 background.