#DEF8ED

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

Shades of Clear Day #DEF8ED

Tints of Clear Day #DEF8ED

Color information

#DEF8ED (or 0xDEF8ED) is unknown color: approx Clear Day. HEX triplet: DE, F8 and ED. RGB value is (222,248,237). Sum of RGB (Red+Green+Blue) = 222+248+237=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8ED is #210712. Grayscale: #EEEEEE. Windows color (decimal): -2164499 or 15595742. OLE color: 15595742.

HSL color Cylindrical-coordinate representation of color #DEF8ED: hue angle of 154.62º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8ED is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB222248237-
CMYK0.1000.040.03
HSL154.62º65%92.16%-
HSV(B)154.62º10.48%97.25%-
XYZ78.9888.7893.09-
YUV238.97126.89115.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 248 (97.27% from 255) = 35.08%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=31.40%
G=35.08%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482370.1000.040.03154.626592.16
HexDEF8EDA0439b415c
Octal33637035512043233101134
Binary11011110111110001110110110100100111001101110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8ED; }

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

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

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

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

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

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

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

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