#D9FEEA

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

Shades of White Ice #D9FEEA

Tints of White Ice #D9FEEA

Color information

#D9FEEA (or 0xD9FEEA) is unknown color: approx White Ice. HEX triplet: D9, FE and EA. RGB value is (217,254,234). Sum of RGB (Red+Green+Blue) = 217+254+234=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEEA is #260115. Grayscale: #F0F0F0. Windows color (decimal): -2490646 or 15400665. OLE color: 15400665.

HSL color Cylindrical-coordinate representation of color #D9FEEA: hue angle of 147.57º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FEEA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB217254234-
CMYK0.1500.080.00
HSL147.57º94.87%92.35%-
HSV(B)147.57º14.57%99.61%-
XYZ78.9191.5891.36-
YUV240.66124.24111.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.78%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=30.78%
G=36.03%
B=33.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542340.1500.080.00147.5794.8792.35
HexD9FEEAF080945f5c
Octal331376352170100224137134
Binary11011001111111101110101011110100001001010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEEA; }

 p { color: rgb(217,254,234); }

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

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

 a { background-color: rgb(217,254,234); }

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

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

 span { border-color: rgb(217,254,234); }

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