#D9FAF0

Color #D9FAF0 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #D9FAF0

Tints of Clear Day #D9FAF0

Color information

#D9FAF0 (or 0xD9FAF0) is unknown color: approx Clear Day. HEX triplet: D9, FA and F0. RGB value is (217,250,240). Sum of RGB (Red+Green+Blue) = 217+250+240=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAF0 is #26050F. Grayscale: #EFEFEF. Windows color (decimal): -2491664 or 15792857. OLE color: 15792857.

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

Color convert

RGB217250240-
CMYK0.1300.040.02
HSL161.82º76.74%91.57%-
HSV(B)161.82º13.2%98.04%-
XYZ78.5389.4195.56-
YUV238.99128.57112.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.69%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=30.69%
G=35.36%
B=33.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502400.1300.040.02161.8276.7491.57
HexD9FAF0D042a24d5c
Octal33137236015042242115134
Binary11011001111110101111000011010100101010001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAF0; }

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

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

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

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

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

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

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

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