#D9FAE8

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

Shades of White Ice #D9FAE8

Tints of White Ice #D9FAE8

Color information

#D9FAE8 (or 0xD9FAE8) is unknown color: approx White Ice. HEX triplet: D9, FA and E8. RGB value is (217,250,232). Sum of RGB (Red+Green+Blue) = 217+250+232=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAE8 is #260517. Grayscale: #EEEEEE. Windows color (decimal): -2491672 or 15268569. OLE color: 15268569.

HSL color Cylindrical-coordinate representation of color #D9FAE8: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FAE8 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB217250232-
CMYK0.1300.070.02
HSL147.27º76.74%91.57%-
HSV(B)147.27º13.2%98.04%-
XYZ77.3788.9589.44-
YUV238.08124.57112.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.04%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 232 (91.02% from 255) = 33.19%
R=31.04%
G=35.77%
B=33.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502320.1300.070.02147.2776.7491.57
HexD9FAE8D072934d5c
Octal33137235015072223115134
Binary11011001111110101110100011010111101001001110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAE8; }

 p { color: rgb(217,250,232); }

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

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

 a { background-color: rgb(217,250,232); }

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

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

 span { border-color: rgb(217,250,232); }

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