#D9FCF3

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

Shades of Clear Day #D9FCF3

Tints of Clear Day #D9FCF3

Color information

#D9FCF3 (or 0xD9FCF3) is unknown color: approx Clear Day. HEX triplet: D9, FC and F3. RGB value is (217,252,243). Sum of RGB (Red+Green+Blue) = 217+252+243=712 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.48% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCF3 is #26030C. Grayscale: #F0F0F0. Windows color (decimal): -2491149 or 15989977. OLE color: 15989977.

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

Color convert

RGB217252243-
CMYK0.1400.040.01
HSL164.57º85.37%91.96%-
HSV(B)164.57º13.89%98.82%-
XYZ79.690.8498.13-
YUV240.51129.4111.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.48%
GREEN value IS 252 (98.83% from 255) = 35.39%
BLUE value IS 243 (95.31% from 255) = 34.13%
R=30.48%
G=35.39%
B=34.13%

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
Decimal2172522430.1400.040.01164.5785.3791.96
HexD9FCF3E041a5555c
Octal33137436316041245125134
Binary1101100111111100111100111110010011010010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCF3; }

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

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

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

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

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

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

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

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