COLOR #D9CEEA

HEX: #D9CEEA
RGB: (217,206,234)

Color info

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

RGB color model

#D9CEEA color RGB value is (217,206,234).

  • red value is 217;
  • green value is 206;
  • blue value is 234.
RGB:
(217,206,234)
(85%,81%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 206 of 255 = 81%
B 234 of 255 = 92%

217
206
234

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

Portions of RGB colors in percentages

R + G + B =
217 + 206 + 234 = 657 (100%)
R 217 of 657 ~ 33.03%
G 206 of 657 ~ 31.35%
B 234 of 657 ~ 35.62%

%33.03
%31.35
%35.62

CMYK color model

#D9CEEA color CMYK value is (7,12,0,8).

  • cyan value is 7.26%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,12,0,8)
C7M12Y0K8 
(7%,12%,0%,8%)
(0.07/0.12/0.00/0.08)	

CMYK percentages

%7.26
%11.97
%0
%8.24

Codes

Color #D9CEEA in popluar color models

D9CEEA
RGB217206234
HSL264°40.00%86.27%
HSB/HSV264°11.97%91.76%
CMYK7.26%11.97%0.00%
8.24%

Color #D9CEEA in popluar number systems.

HEXD9CEEA
Decimal217206234
Binary110110011100111011101010
Octal331316352

Shades and tints

Shades of #D9CEEA

#D9CEEA
(217,206,234)
#C6BCD5
(198,188,213)
#B3AAC0
(179,170,192)
#A098AB
(160,152,171)
#8D8696
(141,134,150)
#7A7481
(122,116,129)
#67626C
(103,98,108)
#545057
(84,80,87)
#413E42
(65,62,66)
#2E2C2D
(46,44,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #D9CEEA

#D9CEEA
(217,206,234)
#DCD2EB
(220,210,235)
#DFD6EC
(223,214,236)
#E2DAED
(226,218,237)
#E5DEEE
(229,222,238)
#E8E2EF
(232,226,239)
#EBE6F0
(235,230,240)
#EEEAF1
(238,234,241)
#F1EEF2
(241,238,242)
#F4F2F3
(244,242,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CEEA; }

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

This text font color is #D9CEEA.


Background Color

.myBgColor { background-color: #D9CEEA; }

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

This div background color is #D9CEEA.


Border color

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

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

This div border color is #D9CEEA.


Opacity

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

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

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

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

This text has shadow with #D9CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CEEA on black background.


Color preview on white background

This text has color #D9CEEA on white background.



Black color preview on #D9CEEA background

This text has black color on #D9CEEA background.


White color preview on #D9CEEA background

This text has white color on #D9CEEA background.