#D9FCF0

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

Shades of Clear Day #D9FCF0

Tints of Clear Day #D9FCF0

Color information

#D9FCF0 (or 0xD9FCF0) is unknown color: approx Clear Day. HEX triplet: D9, FC and F0. RGB value is (217,252,240). Sum of RGB (Red+Green+Blue) = 217+252+240=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCF0 is #26030F. Grayscale: #F0F0F0. Windows color (decimal): -2491152 or 15793369. OLE color: 15793369.

HSL color Cylindrical-coordinate representation of color #D9FCF0: hue angle of 159.43º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FCF0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB217252240-
CMYK0.1400.050.01
HSL159.43º85.37%91.96%-
HSV(B)159.43º13.89%98.82%-
XYZ79.1590.6695.77-
YUV240.17127.9111.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.61%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=30.61%
G=35.54%
B=33.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522400.1400.050.01159.4385.3791.96
HexD9FCF0E0519f555c
Octal33137436016051237125134
Binary1101100111111100111100001110010111001111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCF0; }

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

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

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

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

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

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

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

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