#DDEDE0

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

Shades of Off Green #DDEDE0

Tints of Off Green #DDEDE0

Color information

#DDEDE0 (or 0xDDEDE0) is unknown color: approx Off Green. HEX triplet: DD, ED and E0. RGB value is (221,237,224). Sum of RGB (Red+Green+Blue) = 221+237+224=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE0 is #22121F. Grayscale: #E6E6E6. Windows color (decimal): -2232864 or 14740957. OLE color: 14740957.

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

Color convert

RGB221237224-
CMYK0.0700.050.07
HSL131.25º30.77%89.8%-
HSV(B)131.25º6.75%92.94%-
XYZ73.5681.3282.34-
YUV230.73124.2121.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=32.40%
G=34.75%
B=32.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372240.0700.050.07131.2530.7789.8
HexDDEDE07057831f5a
Octal335355340705720337132
Binary110111011110110111100000111010111110000011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE0; }

 p { color: rgb(221,237,224); }

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

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

 a { background-color: rgb(221,237,224); }

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

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

 span { border-color: rgb(221,237,224); }

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