#D7FEF0

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

Shades of Clear Day #D7FEF0

Tints of Clear Day #D7FEF0

Color information

#D7FEF0 (or 0xD7FEF0) is unknown color: approx Clear Day. HEX triplet: D7, FE and F0. RGB value is (215,254,240). Sum of RGB (Red+Green+Blue) = 215+254+240=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEF0 is #28010F. Grayscale: #F0F0F0. Windows color (decimal): -2621712 or 15793879. OLE color: 15793879.

HSL color Cylindrical-coordinate representation of color #D7FEF0: hue angle of 158.46º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FEF0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB215254240-
CMYK0.1500.060.00
HSL158.46º95.12%91.96%-
HSV(B)158.46º15.35%99.61%-
XYZ79.1991.6295.95-
YUV240.74127.58109.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.32%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=30.32%
G=35.83%
B=33.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152542400.1500.060.00158.4695.1291.96
HexD7FEF0F0609e5f5c
Octal32737636017060236137134
Binary1101011111111110111100001111011001001111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEF0; }

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

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

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

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

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

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

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

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