#D9F2E5

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

Shades of White Ice #D9F2E5

Tints of White Ice #D9F2E5

Color information

#D9F2E5 (or 0xD9F2E5) is unknown color: approx White Ice. HEX triplet: D9, F2 and E5. RGB value is (217,242,229). Sum of RGB (Red+Green+Blue) = 217+242+229=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2E5 is #260D1A. Grayscale: #E9E9E9. Windows color (decimal): -2493723 or 15069913. OLE color: 15069913.

HSL color Cylindrical-coordinate representation of color #D9F2E5: hue angle of 148.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2E5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB217242229-
CMYK0.1000.050.05
HSL148.8º49.02%90%-
HSV(B)148.8º10.33%94.9%-
XYZ74.5183.9186.4-
YUV233.04125.72116.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=31.54%
G=35.17%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422290.1000.050.05148.849.0290
HexD9F2E5A05595315a
Octal3313623451205522561132
Binary11011001111100101110010110100101101100101011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2E5; }

 p { color: rgb(217,242,229); }

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

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

 a { background-color: rgb(217,242,229); }

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

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

 span { border-color: rgb(217,242,229); }

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