#D9FCF1

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

Shades of Clear Day #D9FCF1

Tints of Clear Day #D9FCF1

Color information

#D9FCF1 (or 0xD9FCF1) is unknown color: approx Clear Day. HEX triplet: D9, FC and F1. RGB value is (217,252,241). Sum of RGB (Red+Green+Blue) = 217+252+241=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCF1 is #26030E. Grayscale: #F0F0F0. Windows color (decimal): -2491151 or 15858905. OLE color: 15858905.

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

Color convert

RGB217252241-
CMYK0.1400.040.01
HSL161.14º85.37%91.96%-
HSV(B)161.14º13.89%98.82%-
XYZ79.390.7296.55-
YUV240.28128.4111.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.56%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=30.56%
G=35.49%
B=33.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522410.1400.040.01161.1485.3791.96
HexD9FCF1E041a1555c
Octal33137436116041241125134
Binary1101100111111100111100011110010011010000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCF1; }

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

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

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

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

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

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

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

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