#DDF2E0

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

Shades of Off Green #DDF2E0

Tints of Off Green #DDF2E0

Color information

#DDF2E0 (or 0xDDF2E0) is unknown color: approx Off Green. HEX triplet: DD, F2 and E0. RGB value is (221,242,224). Sum of RGB (Red+Green+Blue) = 221+242+224=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E0 is #220D1F. Grayscale: #E9E9E9. Windows color (decimal): -2231584 or 14742237. OLE color: 14742237.

HSL color Cylindrical-coordinate representation of color #DDF2E0: hue angle of 128.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB221242224-
CMYK0.0900.070.05
HSL128.57º44.68%90.78%-
HSV(B)128.57º8.68%94.9%-
XYZ75.0384.2682.83-
YUV233.67122.54118.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 224 (87.89% from 255) = 32.61%
R=32.17%
G=35.23%
B=32.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422240.0900.070.05128.5744.6890.78
HexDDF2E09075812d5b
Octal3353623401107520155133
Binary11011101111100101110000010010111101100000011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2E0; }

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

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

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

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

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

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

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

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