#DEF5ED

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

Shades of Clear Day #DEF5ED

Tints of Clear Day #DEF5ED

Color information

#DEF5ED (or 0xDEF5ED) is unknown color: approx Clear Day. HEX triplet: DE, F5 and ED. RGB value is (222,245,237). Sum of RGB (Red+Green+Blue) = 222+245+237=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5ED is #210A12. Grayscale: #EDEDED. Windows color (decimal): -2165267 or 15594974. OLE color: 15594974.

HSL color Cylindrical-coordinate representation of color #DEF5ED: hue angle of 159.13º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5ED is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB222245237-
CMYK0.0900.030.04
HSL159.13º53.49%91.57%-
HSV(B)159.13º9.39%96.08%-
XYZ78.0686.9592.79-
YUV237.21127.88117.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=31.53%
G=34.80%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452370.0900.030.04159.1353.4991.57
HexDEF5ED90349f355c
Octal3363653551103423765134
Binary1101111011110101111011011001011100100111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5ED; }

 p { color: rgb(222,245,237); }

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

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

 a { background-color: rgb(222,245,237); }

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

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

 span { border-color: rgb(222,245,237); }

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