#DEECE1

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

Shades of Off Green #DEECE1

Tints of Off Green #DEECE1

Color information

#DEECE1 (or 0xDEECE1) is unknown color: approx Off Green. HEX triplet: DE, EC and E1. RGB value is (222,236,225). Sum of RGB (Red+Green+Blue) = 222+236+225=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE1 is #21131E. Grayscale: #E6E6E6. Windows color (decimal): -2167583 or 14806238. OLE color: 14806238.

HSL color Cylindrical-coordinate representation of color #DEECE1: hue angle of 132.86º 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 #DEECE1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB222236225-
CMYK0.0600.050.07
HSL132.86º26.92%89.8%-
HSV(B)132.86º5.93%92.55%-
XYZ73.7180.9682.98-
YUV230.56124.86121.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=32.50%
G=34.55%
B=32.94%

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
Decimal2222362250.0600.050.07132.8626.9289.8
HexDEECE16057851b5a
Octal336354341605720533132
Binary110111101110110011100001110010111110000101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECE1; }

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

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

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

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

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

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

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

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