#D9FEEB

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

Shades of White Ice #D9FEEB

Tints of White Ice #D9FEEB

Color information

#D9FEEB (or 0xD9FEEB) is unknown color: approx White Ice. HEX triplet: D9, FE and EB. RGB value is (217,254,235). Sum of RGB (Red+Green+Blue) = 217+254+235=706 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.74% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEEB is #260114. Grayscale: #F0F0F0. Windows color (decimal): -2490645 or 15466201. OLE color: 15466201.

HSL color Cylindrical-coordinate representation of color #D9FEEB: hue angle of 149.19º 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 #D9FEEB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB217254235-
CMYK0.1500.070.00
HSL149.19º94.87%92.35%-
HSV(B)149.19º14.57%99.61%-
XYZ79.0591.6392.12-
YUV240.77124.74111.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.74%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=30.74%
G=35.98%
B=33.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542350.1500.070.00149.1994.8792.35
HexD9FEEBF070955f5c
Octal33137635317070225137134
Binary1101100111111110111010111111011101001010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEEB; }

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

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

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

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

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

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

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

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