#DDEDE1

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

Shades of Off Green #DDEDE1

Tints of Off Green #DDEDE1

Color information

#DDEDE1 (or 0xDDEDE1) is unknown color: approx Off Green. HEX triplet: DD, ED and E1. RGB value is (221,237,225). Sum of RGB (Red+Green+Blue) = 221+237+225=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE1 is #22121E. Grayscale: #E6E6E6. Windows color (decimal): -2232863 or 14806493. OLE color: 14806493.

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

Color convert

RGB221237225-
CMYK0.0700.050.07
HSL135º30.77%89.8%-
HSV(B)135º6.75%92.94%-
XYZ73.6981.3883.06-
YUV230.85124.7120.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=32.36%
G=34.70%
B=32.94%

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
Decimal2212372250.0700.050.0713530.7789.8
HexDDEDE17057871f5a
Octal335355341705720737132
Binary110111011110110111100001111010111110000111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE1; }

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

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

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

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

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

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

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

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