#D5F7EC

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

Shades of Clear Day #D5F7EC

Tints of Clear Day #D5F7EC

Color information

#D5F7EC (or 0xD5F7EC) is unknown color: approx Clear Day. HEX triplet: D5, F7 and EC. RGB value is (213,247,236). Sum of RGB (Red+Green+Blue) = 213+247+236=696 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.60% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F7EC is #2A0813. Grayscale: #EBEBEB. Windows color (decimal): -2754580 or 15529941. OLE color: 15529941.

HSL color Cylindrical-coordinate representation of color #D5F7EC: hue angle of 160.59º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F7EC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB213247236-
CMYK0.1400.040.03
HSL160.59º68%90.2%-
HSV(B)160.59º13.77%96.86%-
XYZ75.8486.7292.1-
YUV235.58128.24111.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.60%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=30.60%
G=35.49%
B=33.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472360.1400.040.03160.596890.2
HexD5F7ECE043a1445a
Octal32536735416043241104132
Binary11010101111101111110110011100100111010000110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7EC; }

 p { color: rgb(213,247,236); }

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

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

 a { background-color: rgb(213,247,236); }

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

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

 span { border-color: rgb(213,247,236); }

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