#D7FCF2

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

Shades of Clear Day #D7FCF2

Tints of Clear Day #D7FCF2

Color information

#D7FCF2 (or 0xD7FCF2) is unknown color: approx Clear Day. HEX triplet: D7, FC and F2. RGB value is (215,252,242). Sum of RGB (Red+Green+Blue) = 215+252+242=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FCF2 is #28030D. Grayscale: #EFEFEF. Windows color (decimal): -2622222 or 15924439. OLE color: 15924439.

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

Color convert

RGB215252242-
CMYK0.1500.040.01
HSL163.78º86.05%91.57%-
HSV(B)163.78º14.68%98.82%-
XYZ78.8690.4897.31-
YUV239.8129.24110.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.32%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 242 (94.92% from 255) = 34.13%
R=30.32%
G=35.54%
B=34.13%

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
Decimal2152522420.1500.040.01163.7886.0591.57
HexD7FCF2F041a4565c
Octal32737436217041244126134
Binary1101011111111100111100101111010011010010010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCF2; }

 p { color: rgb(215,252,242); }

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

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

 a { background-color: rgb(215,252,242); }

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

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

 span { border-color: rgb(215,252,242); }

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