#D2E9E0

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

Shades of White Ice #D2E9E0

Tints of White Ice #D2E9E0

Color information

#D2E9E0 (or 0xD2E9E0) is unknown color: approx White Ice. HEX triplet: D2, E9 and E0. RGB value is (210,233,224). Sum of RGB (Red+Green+Blue) = 210+233+224=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9E0 is #2D161F. Grayscale: #E1E1E1. Windows color (decimal): -2954784 or 14739922. OLE color: 14739922.

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

Color convert

RGB210233224-
CMYK0.1000.040.09
HSL156.52º34.33%86.86%-
HSV(B)156.52º9.87%91.37%-
XYZ69.1777.3681.81-
YUV225.1127.38117.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 233 (91.41% from 255) = 34.93%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=31.48%
G=34.93%
B=33.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102332240.1000.040.09156.5234.3386.86
HexD2E9E0A0499d2257
Octal32235134012041123542127
Binary110100101110100111100000101001001001100111011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9E0; }

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

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

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

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

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

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

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

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