#D7FCF0

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

Shades of Clear Day #D7FCF0

Tints of Clear Day #D7FCF0

Color information

#D7FCF0 (or 0xD7FCF0) is unknown color: approx Clear Day. HEX triplet: D7, FC and F0. RGB value is (215,252,240). Sum of RGB (Red+Green+Blue) = 215+252+240=707 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.41% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FCF0 is #28030F. Grayscale: #EFEFEF. Windows color (decimal): -2622224 or 15793367. OLE color: 15793367.

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

Color convert

RGB215252240-
CMYK0.1500.050.01
HSL160.54º86.05%91.57%-
HSV(B)160.54º14.68%98.82%-
XYZ78.5690.3695.74-
YUV239.57128.24110.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.41%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=30.41%
G=35.64%
B=33.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152522400.1500.050.01160.5486.0591.57
HexD7FCF0F051a1565c
Octal32737436017051241126134
Binary1101011111111100111100001111010111010000110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCF0; }

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

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

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

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

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

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

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

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