#D2EFDE

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

Shades of White Ice #D2EFDE

Tints of White Ice #D2EFDE

Color information

#D2EFDE (or 0xD2EFDE) is unknown color: approx White Ice. HEX triplet: D2, EF and DE. RGB value is (210,239,222). Sum of RGB (Red+Green+Blue) = 210+239+222=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFDE is #2D1021. Grayscale: #E4E4E4. Windows color (decimal): -2953250 or 14610386. OLE color: 14610386.

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

Color convert

RGB210239222-
CMYK0.1200.070.06
HSL144.83º47.54%88.04%-
HSV(B)144.83º12.13%93.73%-
XYZ70.6380.7180.96-
YUV228.39124.39114.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=31.30%
G=35.62%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392220.1200.070.06144.8347.5488.04
HexD2EFDEC076913058
Octal3223573361407622160130
Binary11010010111011111101111011000111110100100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFDE; }

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

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

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

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

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

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

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

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