#DEEEE0

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

Shades of Off Green #DEEEE0

Tints of Off Green #DEEEE0

Color information

#DEEEE0 (or 0xDEEEE0) is unknown color: approx Off Green. HEX triplet: DE, EE and E0. RGB value is (222,238,224). Sum of RGB (Red+Green+Blue) = 222+238+224=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEE0 is #21111F. Grayscale: #E7E7E7. Windows color (decimal): -2167072 or 14741214. OLE color: 14741214.

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

Color convert

RGB222238224-
CMYK0.0700.060.07
HSL127.5º32%90.2%-
HSV(B)127.5º6.72%93.33%-
XYZ74.1582.0682.45-
YUV231.62123.7121.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=32.46%
G=34.80%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222382240.0700.060.07127.53290.2
HexDEEEE070677f205a
Octal336356340706717740132
Binary110111101110111011100000111011011111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEEE0; }

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

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

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

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

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

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

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

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