#D9EDE2

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

Shades of White Ice #D9EDE2

Tints of White Ice #D9EDE2

Color information

#D9EDE2 (or 0xD9EDE2) is unknown color: approx White Ice. HEX triplet: D9, ED and E2. RGB value is (217,237,226). Sum of RGB (Red+Green+Blue) = 217+237+226=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDE2 is #26121D. Grayscale: #E5E5E5. Windows color (decimal): -2495006 or 14872025. OLE color: 14872025.

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

Color convert

RGB217237226-
CMYK0.0800.050.07
HSL147º35.71%89.02%-
HSV(B)147º8.44%92.94%-
XYZ72.6380.8183.72-
YUV229.77125.87118.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.91%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=31.91%
G=34.85%
B=33.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372260.0800.050.0714735.7189.02
HexD9EDE28057932459
Octal3313553421005722344131
Binary11011001111011011110001010000101111100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDE2; }

 p { color: rgb(217,237,226); }

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

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

 a { background-color: rgb(217,237,226); }

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

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

 span { border-color: rgb(217,237,226); }

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