COLOR #D5CCEC

HEX: #D5CCEC RGB: (213,204,236)

Color info

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

RGB color model

#D5CCEC color RGB value is (213,204,236).

RGB: (213,204,236) (84%, 80%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 236 of 255 = 93%

213
204
236

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

Portions of RGB colors in percentages

R + G + B = 213 + 204 + 236 = 653 (100%)
R 213 of 653 ~ 32.62%
G 204 of 653 ~ 31.24%
B 236 of 653 ~ 36.14'%

%32.62
%31.24
%36.14

CMYK color model

#D5CCEC color CMYK value is (10,14,0,7).

  • cyan value is 9.75%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,14,0,7)
C10M14Y0K7 (10%, 14%, 0%, 7%)
(0.10 / 0.14 / 0.00 / 0.07)

CMYK percentages

%9.75
%13.56
%0
%7.45

Codes

Color #D5CCEC in popluar color models

D5 CC EC
RGB 213 204 236
HSL 257° 45.71% 86.27%
HSB/HSV 257° 13.56% 92.55%
CMYK 9.75% 13.56% 0.00%
7.45%

Color #D5CCEC in popluar number systems.

HEX D5 CC EC
Decimal 213 204 236
Binary 11010101 11001100 11101100
Octal 325 314 354

Shades and tints

Shades of #D5CCEC

#D5CCEC
(213,204,236)
#C2BAD7
(194,186,215)
#AFA8C2
(175,168,194)
#9C96AD
(156,150,173)
#898498
(137,132,152)
#767283
(118,114,131)
#63606E
(99,96,110)
#504E59
(80,78,89)
#3D3C44
(61,60,68)
#2A2A2F
(42,42,47)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5CCEC

#D5CCEC
(213,204,236)
#D8D0ED
(216,208,237)
#DBD4EE
(219,212,238)
#DED8EF
(222,216,239)
#E1DCF0
(225,220,240)
#E4E0F1
(228,224,241)
#E7E4F2
(231,228,242)
#EAE8F3
(234,232,243)
#EDECF4
(237,236,244)
#F0F0F5
(240,240,245)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CCEC color. Also use rgb(213,204,236) instead hex code.

Text Font Color

.myTextColor { color: #D5CCEC; }

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

This text font color is #D5CCEC.

Background Color

.myBgColor { background-color: #D5CCEC; }

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

This div background color is #D5CCEC.

Border color

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

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

This div border color is #D5CCEC.

Opacity

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

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

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

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

This text has shadow with #D5CCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CCEC.

Preview

Color preview on black background

This text has color #D5CCEC on black background.


Color preview on white background

This text has color #D5CCEC on white background.


Black color preview on #D5CCEC background

This text has black color on #D5CCEC background.


White color preview on #D5CCEC background

This text has white color on #D5CCEC background.


Related colors

Complementary color

Complementary color for #hex is #2A3313.


I love getcolorcode.com

Triadic colors

1 #ECD5CC and #CCECD5 with #D5CCEC are triadic colors.

2 #ECCCD5 and #CCD5EC with #D5CCEC are triadic colors.