COLOR #D9CCEA

HEX: #D9CCEA RGB: (217,204,234)

Color info

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

RGB color model

#D9CCEA color RGB value is (217,204,234).

RGB: (217,204,234) (85%, 80%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 234 of 255 = 92%

217
204
234

R + G + B ~ 86%. #D9CCEA is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 204 + 234 = 655 (100%)
R 217 of 655 ~ 33.13%
G 204 of 655 ~ 31.15%
B 234 of 655 ~ 35.73'%

%33.13
%31.15
%35.73

CMYK color model

#D9CCEA color CMYK value is (7,13,0,8).

  • cyan value is 7.26%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,13,0,8)
C7M13Y0K8 (7%, 13%, 0%, 8%)
(0.07 / 0.13 / 0.00 / 0.08)

CMYK percentages

%7.26
%12.82
%0
%8.24

Codes

Color #D9CCEA in popluar color models

D9 CC EA
RGB 217 204 234
HSL 266° 41.67% 85.88%
HSB/HSV 266° 12.82% 91.76%
CMYK 7.26% 12.82% 0.00%
8.24%

Color #D9CCEA in popluar number systems.

HEX D9 CC EA
Decimal 217 204 234
Binary 11011001 11001100 11101010
Octal 331 314 352

Shades and tints

Shades of #D9CCEA

#D9CCEA
(217,204,234)
#C6BAD5
(198,186,213)
#B3A8C0
(179,168,192)
#A096AB
(160,150,171)
#8D8496
(141,132,150)
#7A7281
(122,114,129)
#67606C
(103,96,108)
#544E57
(84,78,87)
#413C42
(65,60,66)
#2E2A2D
(46,42,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #D9CCEA

#D9CCEA
(217,204,234)
#DCD0EB
(220,208,235)
#DFD4EC
(223,212,236)
#E2D8ED
(226,216,237)
#E5DCEE
(229,220,238)
#E8E0EF
(232,224,239)
#EBE4F0
(235,228,240)
#EEE8F1
(238,232,241)
#F1ECF2
(241,236,242)
#F4F0F3
(244,240,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCEA color. Also use rgb(217,204,234) instead hex code.

Text Font Color

.myTextColor { color: #D9CCEA; }

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

This text font color is #D9CCEA.

Background Color

.myBgColor { background-color: #D9CCEA; }

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

This div background color is #D9CCEA.

Border color

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

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

This div border color is #D9CCEA.

Opacity

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

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

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

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

This text has shadow with #D9CCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9CCEA.

Preview

Color preview on black background

This text has color #D9CCEA on black background.


Color preview on white background

This text has color #D9CCEA on white background.


Black color preview on #D9CCEA background

This text has black color on #D9CCEA background.


White color preview on #D9CCEA background

This text has white color on #D9CCEA background.


Related colors

Complementary color

Complementary color for #hex is #263315.


I love getcolorcode.com

Triadic colors

1 #EAD9CC and #CCEAD9 with #D9CCEA are triadic colors.

2 #EACCD9 and #CCD9EA with #D9CCEA are triadic colors.