#D2E9DE

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

Shades of White Ice #D2E9DE

Tints of White Ice #D2E9DE

Color information

#D2E9DE (or 0xD2E9DE) is unknown color: approx White Ice. HEX triplet: D2, E9 and DE. RGB value is (210,233,222). Sum of RGB (Red+Green+Blue) = 210+233+222=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9DE is #2D1621. Grayscale: #E0E0E0. Windows color (decimal): -2954786 or 14608850. OLE color: 14608850.

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

Color convert

RGB210233222-
CMYK0.1000.050.09
HSL151.3º34.33%86.86%-
HSV(B)151.3º9.87%91.37%-
XYZ68.977.2580.39-
YUV224.87126.38117.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=31.58%
G=35.04%
B=33.38%

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
Decimal2102332220.1000.050.09151.334.3386.86
HexD2E9DEA059972257
Octal32235133612051122742127
Binary110100101110100111011110101001011001100101111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9DE; }

 p { color: rgb(210,233,222); }

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

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

 a { background-color: rgb(210,233,222); }

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

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

 span { border-color: rgb(210,233,222); }

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