#D9FBEC

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

Shades of White Ice #D9FBEC

Tints of White Ice #D9FBEC

Color information

#D9FBEC (or 0xD9FBEC) is unknown color: approx White Ice. HEX triplet: D9, FB and EC. RGB value is (217,251,236). Sum of RGB (Red+Green+Blue) = 217+251+236=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBEC is #260413. Grayscale: #EFEFEF. Windows color (decimal): -2491412 or 15530969. OLE color: 15530969.

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

Color convert

RGB217251236-
CMYK0.1400.060.02
HSL153.53º80.95%91.76%-
HSV(B)153.53º13.55%98.43%-
XYZ78.2589.892.57-
YUV239.12126.24112.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.82%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=30.82%
G=35.65%
B=33.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172512360.1400.060.02153.5380.9591.76
HexD9FBECE0629a515c
Octal33137335416062232121134
Binary11011001111110111110110011100110101001101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBEC; }

 p { color: rgb(217,251,236); }

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

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

 a { background-color: rgb(217,251,236); }

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

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

 span { border-color: rgb(217,251,236); }

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