#DEEDE1

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

Shades of Off Green #DEEDE1

Tints of Off Green #DEEDE1

Color information

#DEEDE1 (or 0xDEEDE1) is unknown color: approx Off Green. HEX triplet: DE, ED and E1. RGB value is (222,237,225). Sum of RGB (Red+Green+Blue) = 222+237+225=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDE1 is #21121E. Grayscale: #E7E7E7. Windows color (decimal): -2167327 or 14806494. OLE color: 14806494.

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

Color convert

RGB222237225-
CMYK0.0600.050.07
HSL132º29.41%90%-
HSV(B)132º6.33%92.94%-
XYZ7481.5383.07-
YUV231.15124.53121.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=32.46%
G=34.65%
B=32.89%

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
Decimal2222372250.0600.050.0713229.4190
HexDEEDE16057841d5a
Octal336355341605720435132
Binary110111101110110111100001110010111110000100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDE1; }

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

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

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

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

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

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

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

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