#D1E9DC

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

Shades of White Ice #D1E9DC

Tints of White Ice #D1E9DC

Color information

#D1E9DC (or 0xD1E9DC) is unknown color: approx White Ice. HEX triplet: D1, E9 and DC. RGB value is (209,233,220). Sum of RGB (Red+Green+Blue) = 209+233+220=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E9DC is #2E1623. Grayscale: #E0E0E0. Windows color (decimal): -3020324 or 14477777. OLE color: 14477777.

HSL color Cylindrical-coordinate representation of color #D1E9DC: hue angle of 147.5º 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 #D1E9DC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB209233220-
CMYK0.1000.060.09
HSL147.5º35.29%86.67%-
HSV(B)147.5º10.3%91.37%-
XYZ68.357778.97-
YUV224.34125.55117.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=31.57%
G=35.20%
B=33.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092332200.1000.060.09147.535.2986.67
HexD1E9DCA069942357
Octal32135133412061122443127
Binary110100011110100111011100101001101001100101001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E9DC; }

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

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

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

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

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

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

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

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