COLOR #D5CCEA

HEX: #D5CCEA
RGB: (213,204,234)

Color info

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

RGB color model

#D5CCEA color RGB value is (213,204,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 234 of 255 = 92%

213
204
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 234 = 651 (100%)
R 213 of 651 ~ 32.72%
G 204 of 651 ~ 31.34%
B 234 of 651 ~ 35.94%

%32.72
%31.34
%35.94

CMYK color model

#D5CCEA color CMYK value is (9,13,0,8).

  • cyan value is 8.97%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,13,0,8)
C9M13Y0K8 
(9%,13%,0%,8%)
(0.09/0.13/0.00/0.08)	

CMYK percentages

%8.97
%12.82
%0
%8.24

Codes

Color #D5CCEA in popluar color models

D5CCEA
RGB213204234
HSL258°41.67%85.88%
HSB/HSV258°12.82%91.76%
CMYK8.97%12.82%0.00%
8.24%

Color #D5CCEA in popluar number systems.

HEXD5CCEA
Decimal213204234
Binary110101011100110011101010
Octal325314352

Shades and tints

Shades of #D5CCEA

#D5CCEA
(213,204,234)
#C2BAD5
(194,186,213)
#AFA8C0
(175,168,192)
#9C96AB
(156,150,171)
#898496
(137,132,150)
#767281
(118,114,129)
#63606C
(99,96,108)
#504E57
(80,78,87)
#3D3C42
(61,60,66)
#2A2A2D
(42,42,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5CCEA

#D5CCEA
(213,204,234)
#D8D0EB
(216,208,235)
#DBD4EC
(219,212,236)
#DED8ED
(222,216,237)
#E1DCEE
(225,220,238)
#E4E0EF
(228,224,239)
#E7E4F0
(231,228,240)
#EAE8F1
(234,232,241)
#EDECF2
(237,236,242)
#F0F0F3
(240,240,243)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCEA; }

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

This text font color is #D5CCEA.


Background Color

.myBgColor { background-color: #D5CCEA; }

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

This div background color is #D5CCEA.


Border color

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

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

This div border color is #D5CCEA.


Opacity

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

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

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

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

This text has shadow with #D5CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCEA on black background.


Color preview on white background

This text has color #D5CCEA on white background.



Black color preview on #D5CCEA background

This text has black color on #D5CCEA background.


White color preview on #D5CCEA background

This text has white color on #D5CCEA background.