#D9FAEC

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

Shades of White Ice #D9FAEC

Tints of White Ice #D9FAEC

Color information

#D9FAEC (or 0xD9FAEC) is unknown color: approx White Ice. HEX triplet: D9, FA and EC. RGB value is (217,250,236). Sum of RGB (Red+Green+Blue) = 217+250+236=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAEC is #260513. Grayscale: #EEEEEE. Windows color (decimal): -2491668 or 15530713. OLE color: 15530713.

HSL color Cylindrical-coordinate representation of color #D9FAEC: hue angle of 154.55º 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 #D9FAEC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB217250236-
CMYK0.1300.060.02
HSL154.55º76.74%91.57%-
HSV(B)154.55º13.2%98.04%-
XYZ77.9489.1892.46-
YUV238.54126.57112.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.87%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=30.87%
G=35.56%
B=33.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502360.1300.060.02154.5576.7491.57
HexD9FAECD0629b4d5c
Octal33137235415062233115134
Binary11011001111110101110110011010110101001101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAEC; }

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

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

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

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

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

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

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

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