#DDECE0

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

Shades of Off Green #DDECE0

Tints of Off Green #DDECE0

Color information

#DDECE0 (or 0xDDECE0) is unknown color: approx Off Green. HEX triplet: DD, EC and E0. RGB value is (221,236,224). Sum of RGB (Red+Green+Blue) = 221+236+224=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE0 is #22131F. Grayscale: #E6E6E6. Windows color (decimal): -2233120 or 14740701. OLE color: 14740701.

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

Color convert

RGB221236224-
CMYK0.0600.050.07
HSL132º28.3%89.61%-
HSV(B)132º6.36%92.55%-
XYZ73.2780.7482.24-
YUV230.15124.53121.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=32.45%
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
Decimal2212362240.0600.050.0713228.389.61
HexDDECE06057841c5a
Octal335354340605720434132
Binary110111011110110011100000110010111110000100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECE0; }

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

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

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

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

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

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

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

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