COLOR #D1DEEE

HEX: #D1DEEE
RGB: (209,222,238)

Color info

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

RGB color model

#D1DEEE color RGB value is (209,222,238).

  • red value is 209;
  • green value is 222;
  • blue value is 238.
RGB:
(209,222,238)
(82%,87%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 222 of 255 = 87%
B 238 of 255 = 93%

209
222
238

R + G + B ~ 87%. #D1DEEE is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 222 + 238 = 669 (100%)
R 209 of 669 ~ 31.24%
G 222 of 669 ~ 33.18%
B 238 of 669 ~ 35.58%

%31.24
%33.18
%35.58

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,7,0,7)
C12M7Y0K7 
(12%,7%,0%,7%)
(0.12/0.07/0.00/0.07)	

CMYK percentages

%12.18
%6.72
%0
%6.67

Codes

Color #D1DEEE in popluar color models

D1DEEE
RGB209222238
HSL213°46.03%87.65%
HSB/HSV213°12.18%93.33%
CMYK12.18%6.72%0.00%
6.67%

Color #D1DEEE in popluar number systems.

HEXD1DEEE
Decimal209222238
Binary110100011101111011101110
Octal321336356

Shades and tints

Shades of #D1DEEE

#D1DEEE
(209,222,238)
#BECAD9
(190,202,217)
#ABB6C4
(171,182,196)
#98A2AF
(152,162,175)
#858E9A
(133,142,154)
#727A85
(114,122,133)
#5F6670
(95,102,112)
#4C525B
(76,82,91)
#393E46
(57,62,70)
#262A31
(38,42,49)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #D1DEEE

#D1DEEE
(209,222,238)
#D5E1EF
(213,225,239)
#D9E4F0
(217,228,240)
#DDE7F1
(221,231,241)
#E1EAF2
(225,234,242)
#E5EDF3
(229,237,243)
#E9F0F4
(233,240,244)
#EDF3F5
(237,243,245)
#F1F6F6
(241,246,246)
#F5F9F7
(245,249,247)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DEEE color. Also use rgb(209,222,238) instead hex code.

Text Font Color

.myTextColor { color: #D1DEEE; }

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

This text font color is #D1DEEE.


Background Color

.myBgColor { background-color: #D1DEEE; }

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

This div background color is #D1DEEE.


Border color

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

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

This div border color is #D1DEEE.


Opacity

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

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

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

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

This text has shadow with #D1DEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DEEE on black background.


Color preview on white background

This text has color #D1DEEE on white background.



Black color preview on #D1DEEE background

This text has black color on #D1DEEE background.


White color preview on #D1DEEE background

This text has white color on #D1DEEE background.