#D8FCF1

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

Shades of Clear Day #D8FCF1

Tints of Clear Day #D8FCF1

Color information

#D8FCF1 (or 0xD8FCF1) is unknown color: approx Clear Day. HEX triplet: D8, FC and F1. RGB value is (216,252,241). Sum of RGB (Red+Green+Blue) = 216+252+241=709 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.47% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FCF1 is #27030E. Grayscale: #EFEFEF. Windows color (decimal): -2556687 or 15858904. OLE color: 15858904.

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

Color convert

RGB216252241-
CMYK0.1400.040.01
HSL161.67º85.71%91.76%-
HSV(B)161.67º14.29%98.82%-
XYZ79.0190.5796.54-
YUV239.98128.57110.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.47%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=30.47%
G=35.54%
B=33.99%

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
Decimal2162522410.1400.040.01161.6785.7191.76
HexD8FCF1E041a2565c
Octal33037436116041242126134
Binary1101100011111100111100011110010011010001010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FCF1; }

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

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

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

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

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

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

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

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