#DEF8EE

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

Shades of Clear Day #DEF8EE

Tints of Clear Day #DEF8EE

Color information

#DEF8EE (or 0xDEF8EE) is unknown color: approx Clear Day. HEX triplet: DE, F8 and EE. RGB value is (222,248,238). Sum of RGB (Red+Green+Blue) = 222+248+238=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8EE is #210711. Grayscale: #EFEFEF. Windows color (decimal): -2164498 or 15661278. OLE color: 15661278.

HSL color Cylindrical-coordinate representation of color #DEF8EE: hue angle of 156.92º 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 #DEF8EE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB222248238-
CMYK0.1000.040.03
HSL156.92º65%92.16%-
HSV(B)156.92º10.48%97.25%-
XYZ79.1288.8493.87-
YUV239.09127.39115.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 248 (97.27% from 255) = 35.03%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=31.36%
G=35.03%
B=33.62%

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
Decimal2222482380.1000.040.03156.926592.16
HexDEF8EEA0439d415c
Octal33637035612043235101134
Binary11011110111110001110111010100100111001110110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8EE; }

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

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

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

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

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

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

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

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