#DEEFE9

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

Shades of Clear Day #DEEFE9

Tints of Clear Day #DEEFE9

Color information

#DEEFE9 (or 0xDEEFE9) is unknown color: approx Clear Day. HEX triplet: DE, EF and E9. RGB value is (222,239,233). Sum of RGB (Red+Green+Blue) = 222+239+233=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFE9 is #211016. Grayscale: #E9E9E9. Windows color (decimal): -2166807 or 15331294. OLE color: 15331294.

HSL color Cylindrical-coordinate representation of color #DEEFE9: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFE9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB222239233-
CMYK0.0700.030.06
HSL158.82º34.69%90.39%-
HSV(B)158.82º7.11%93.73%-
XYZ75.783.1589.15-
YUV233.23127.87119.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 233 (91.41% from 255) = 33.57%
R=31.99%
G=34.44%
B=33.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392330.0700.030.06158.8234.6990.39
HexDEEFE970369f235a
Octal336357351703623743132
Binary110111101110111111101001111011110100111111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFE9; }

 p { color: rgb(222,239,233); }

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

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

 a { background-color: rgb(222,239,233); }

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

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

 span { border-color: rgb(222,239,233); }

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