#D6FCF1

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

Shades of Clear Day #D6FCF1

Tints of Clear Day #D6FCF1

Color information

#D6FCF1 (or 0xD6FCF1) is unknown color: approx Clear Day. HEX triplet: D6, FC and F1. RGB value is (214,252,241). Sum of RGB (Red+Green+Blue) = 214+252+241=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCF1 is #29030E. Grayscale: #EFEFEF. Windows color (decimal): -2687759 or 15858902. OLE color: 15858902.

HSL color Cylindrical-coordinate representation of color #D6FCF1: hue angle of 162.63º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCF1 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB214252241-
CMYK0.1500.040.01
HSL162.63º86.36%91.37%-
HSV(B)162.63º15.08%98.82%-
XYZ78.4290.2796.51-
YUV239.38128.91109.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.27%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=30.27%
G=35.64%
B=34.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522410.1500.040.01162.6386.3691.37
HexD6FCF1F041a3565b
Octal32637436117041243126133
Binary1101011011111100111100011111010011010001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCF1; }

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

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

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

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

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

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

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

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