#D9FAEB

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

Shades of White Ice #D9FAEB

Tints of White Ice #D9FAEB

Color information

#D9FAEB (or 0xD9FAEB) is unknown color: approx White Ice. HEX triplet: D9, FA and EB. RGB value is (217,250,235). Sum of RGB (Red+Green+Blue) = 217+250+235=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAEB is #260514. Grayscale: #EEEEEE. Windows color (decimal): -2491669 or 15465177. OLE color: 15465177.

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

Color convert

RGB217250235-
CMYK0.1300.060.02
HSL152.73º76.74%91.57%-
HSV(B)152.73º13.2%98.04%-
XYZ77.889.1291.7-
YUV238.42126.07112.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.91%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=30.91%
G=35.61%
B=33.48%

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
Decimal2172502350.1300.060.02152.7376.7491.57
HexD9FAEBD062994d5c
Octal33137235315062231115134
Binary11011001111110101110101111010110101001100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAEB; }

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

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

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

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

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

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

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

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