#D1E9DD

Color #D1E9DD White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #D1E9DD

Tints of White Ice #D1E9DD

Color information

#D1E9DD (or 0xD1E9DD) is unknown color: approx White Ice. HEX triplet: D1, E9 and DD. RGB value is (209,233,221). Sum of RGB (Red+Green+Blue) = 209+233+221=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E9DD is #2E1622. Grayscale: #E0E0E0. Windows color (decimal): -3020323 or 14543313. OLE color: 14543313.

HSL color Cylindrical-coordinate representation of color #D1E9DD: hue angle of 150º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E9DD is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB209233221-
CMYK0.1000.050.09
HSL150º35.29%86.67%-
HSV(B)150º10.3%91.37%-
XYZ68.4877.0579.67-
YUV224.46126.05116.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=31.52%
G=35.14%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092332210.1000.050.0915035.2986.67
HexD1E9DDA059962357
Octal32135133512051122643127
Binary110100011110100111011101101001011001100101101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E9DD; }

 p { color: rgb(209,233,221); }

 H1.HeaderClassName
 {
   color: #D1E9DD;
 }
 .AnyTagClassName
 {
   color: #D1E9DD;
 }
</style>
background-color css

<style>
 a { background-color: #D1E9DD; }

 a { background-color: rgb(209,233,221); }

 div.DivClassName
 {
   background-color: #D1E9DD;
 }
 .BgClassName
 {
   background-color: #D1E9DD;
 }
</style>
border-color css

<style>
 span { border-color: #D1E9DD; }

 span { border-color: rgb(209,233,221); }

 td.TdClassName
 {
   border-color: #D1E9DD;
 }
 .TagClassName
 {
   border-color: #D1E9DD;
 }
</style>