#D2EDE1

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

Shades of White Ice #D2EDE1

Tints of White Ice #D2EDE1

Color information

#D2EDE1 (or 0xD2EDE1) is unknown color: approx White Ice. HEX triplet: D2, ED and E1. RGB value is (210,237,225). Sum of RGB (Red+Green+Blue) = 210+237+225=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDE1 is #2D121E. Grayscale: #E3E3E3. Windows color (decimal): -2953759 or 14806482. OLE color: 14806482.

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

Color convert

RGB210237225-
CMYK0.1100.050.07
HSL153.33º42.86%87.65%-
HSV(B)153.33º11.39%92.94%-
XYZ70.4579.7182.91-
YUV227.56126.55115.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.25%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 225 (88.28% from 255) = 33.48%
R=31.25%
G=35.27%
B=33.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372250.1100.050.07153.3342.8687.65
HexD2EDE1B057992b58
Octal3223553411305723153130
Binary11010010111011011110000110110101111100110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDE1; }

 p { color: rgb(210,237,225); }

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

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

 a { background-color: rgb(210,237,225); }

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

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

 span { border-color: rgb(210,237,225); }

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