#DEE9E0

Color #DEE9E0 Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DEE9E0

Tints of Off Green #DEE9E0

Color information

#DEE9E0 (or 0xDEE9E0) is unknown color: approx Off Green. HEX triplet: DE, E9 and E0. RGB value is (222,233,224). Sum of RGB (Red+Green+Blue) = 222+233+224=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9E0 is #21161F. Grayscale: #E4E4E4. Windows color (decimal): -2168352 or 14739934. OLE color: 14739934.

HSL color Cylindrical-coordinate representation of color #DEE9E0: hue angle of 130.91º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE9E0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB222233224-
CMYK0.0500.040.09
HSL130.91º20%89.22%-
HSV(B)130.91º4.72%91.37%-
XYZ72.7279.1981.97-
YUV228.68125.36123.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.70%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=32.70%
G=34.32%
B=32.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222332240.0500.040.09130.912089.22
HexDEE9E05049831459
Octal3363513405041120324131
Binary1101111011101001111000001010100100110000011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9E0; }

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

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

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

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

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

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

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

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