COLOR #D5CCEE

HEX: #D5CCEE
RGB: (213,204,238)

Color info

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

RGB color model

#D5CCEE color RGB value is (213,204,238).

  • red value is 213;
  • green value is 204;
  • blue value is 238.
RGB:
(213,204,238)
(84%,80%,93%)

RGB channels and saturation

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

213
204
238

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 238 = 655 (100%)
R 213 of 655 ~ 32.52%
G 204 of 655 ~ 31.15%
B 238 of 655 ~ 36.34%

%32.52
%31.15
%36.34

CMYK color model

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

  • cyan value is 10.50%
  • 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.5
%14.29
%0
%6.67

Codes

Color #D5CCEE in popluar color models

D5CCEE
RGB213204238
HSL256°50.00%86.67%
HSB/HSV256°14.29%93.33%
CMYK10.50%14.29%0.00%
6.67%

Color #D5CCEE in popluar number systems.

HEXD5CCEE
Decimal213204238
Binary110101011100110011101110
Octal325314356

Shades and tints

Shades of #D5CCEE

#D5CCEE
(213,204,238)
#C2BAD9
(194,186,217)
#AFA8C4
(175,168,196)
#9C96AF
(156,150,175)
#89849A
(137,132,154)
#767285
(118,114,133)
#636070
(99,96,112)
#504E5B
(80,78,91)
#3D3C46
(61,60,70)
#2A2A31
(42,42,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5CCEE

#D5CCEE
(213,204,238)
#D8D0EF
(216,208,239)
#DBD4F0
(219,212,240)
#DED8F1
(222,216,241)
#E1DCF2
(225,220,242)
#E4E0F3
(228,224,243)
#E7E4F4
(231,228,244)
#EAE8F5
(234,232,245)
#EDECF6
(237,236,246)
#F0F0F7
(240,240,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCEE; }

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

This text font color is #D5CCEE.


Background Color

.myBgColor { background-color: #D5CCEE; }

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

This div background color is #D5CCEE.


Border color

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

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

This div border color is #D5CCEE.


Opacity

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

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

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

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

This text has shadow with #D5CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCEE on black background.


Color preview on white background

This text has color #D5CCEE on white background.



Black color preview on #D5CCEE background

This text has black color on #D5CCEE background.


White color preview on #D5CCEE background

This text has white color on #D5CCEE background.