#D2EEE0

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

Shades of White Ice #D2EEE0

Tints of White Ice #D2EEE0

Color information

#D2EEE0 (or 0xD2EEE0) is unknown color: approx White Ice. HEX triplet: D2, EE and E0. RGB value is (210,238,224). Sum of RGB (Red+Green+Blue) = 210+238+224=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEE0 is #2D111F. Grayscale: #E4E4E4. Windows color (decimal): -2953504 or 14741202. OLE color: 14741202.

HSL color Cylindrical-coordinate representation of color #D2EEE0: hue angle of 150º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EEE0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB210238224-
CMYK0.1200.060.07
HSL150º45.16%87.84%-
HSV(B)150º11.76%93.33%-
XYZ70.6180.2382.29-
YUV228.03125.72115.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.25%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 224 (87.89% from 255) = 33.33%
R=31.25%
G=35.42%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102382240.1200.060.0715045.1687.84
HexD2EEE0C067962d58
Octal3223563401406722655130
Binary11010010111011101110000011000110111100101101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEE0; }

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

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

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

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

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

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

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

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