COLOR #D1CEEA

HEX: #D1CEEA
RGB: (209,206,234)

Color info

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

RGB color model

#D1CEEA color RGB value is (209,206,234).

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

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 234 of 255 = 92%

209
206
234

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 234 = 649 (100%)
R 209 of 649 ~ 32.2%
G 206 of 649 ~ 31.74%
B 234 of 649 ~ 36.06%

%32.2
%31.74
%36.06

CMYK color model

#D1CEEA color CMYK value is (11,12,0,8).

  • cyan value is 10.68%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,12,0,8)
C11M12Y0K8 
(11%,12%,0%,8%)
(0.11/0.12/0.00/0.08)	

CMYK percentages

%10.68
%11.97
%0
%8.24

Codes

Color #D1CEEA in popluar color models

D1CEEA
RGB209206234
HSL246°40.00%86.27%
HSB/HSV246°11.97%91.76%
CMYK10.68%11.97%0.00%
8.24%

Color #D1CEEA in popluar number systems.

HEXD1CEEA
Decimal209206234
Binary110100011100111011101010
Octal321316352

Shades and tints

Shades of #D1CEEA

#D1CEEA
(209,206,234)
#BEBCD5
(190,188,213)
#ABAAC0
(171,170,192)
#9898AB
(152,152,171)
#858696
(133,134,150)
#727481
(114,116,129)
#5F626C
(95,98,108)
#4C5057
(76,80,87)
#393E42
(57,62,66)
#262C2D
(38,44,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #D1CEEA

#D1CEEA
(209,206,234)
#D5D2EB
(213,210,235)
#D9D6EC
(217,214,236)
#DDDAED
(221,218,237)
#E1DEEE
(225,222,238)
#E5E2EF
(229,226,239)
#E9E6F0
(233,230,240)
#EDEAF1
(237,234,241)
#F1EEF2
(241,238,242)
#F5F2F3
(245,242,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CEEA; }

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

This text font color is #D1CEEA.


Background Color

.myBgColor { background-color: #D1CEEA; }

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

This div background color is #D1CEEA.


Border color

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

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

This div border color is #D1CEEA.


Opacity

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

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

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

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

This text has shadow with #D1CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CEEA on black background.


Color preview on white background

This text has color #D1CEEA on white background.



Black color preview on #D1CEEA background

This text has black color on #D1CEEA background.


White color preview on #D1CEEA background

This text has white color on #D1CEEA background.