#DEECE0

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

Shades of Off Green #DEECE0

Tints of Off Green #DEECE0

Color information

#DEECE0 (or 0xDEECE0) is unknown color: approx Off Green. HEX triplet: DE, EC and E0. RGB value is (222,236,224). Sum of RGB (Red+Green+Blue) = 222+236+224=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE0 is #21131F. Grayscale: #E6E6E6. Windows color (decimal): -2167584 or 14740702. OLE color: 14740702.

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

Color convert

RGB222236224-
CMYK0.0600.050.07
HSL128.57º26.92%89.8%-
HSV(B)128.57º5.93%92.55%-
XYZ73.5780.982.26-
YUV230.45124.36121.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=32.55%
G=34.60%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222362240.0600.050.07128.5726.9289.8
HexDEECE06057811b5a
Octal336354340605720133132
Binary110111101110110011100000110010111110000001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECE0; }

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

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

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

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

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

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

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

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