#DDF7E2

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

Shades of Off Green #DDF7E2

Tints of Off Green #DDF7E2

Color information

#DDF7E2 (or 0xDDF7E2) is unknown color: approx Off Green. HEX triplet: DD, F7 and E2. RGB value is (221,247,226). Sum of RGB (Red+Green+Blue) = 221+247+226=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7E2 is #22081D. Grayscale: #ECECEC. Windows color (decimal): -2230302 or 14874589. OLE color: 14874589.

HSL color Cylindrical-coordinate representation of color #DDF7E2: hue angle of 131.54º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7E2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB221247226-
CMYK0.1100.090.03
HSL131.54º61.9%91.76%-
HSV(B)131.54º10.53%96.86%-
XYZ76.8187.3884.77-
YUV236.83121.89116.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 247 (96.88% from 255) = 35.59%
BLUE value IS 226 (88.67% from 255) = 32.56%
R=31.84%
G=35.59%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212472260.1100.090.03131.5461.991.76
HexDDF7E2B093843e5c
Octal33536734213011320476134
Binary11011101111101111110001010110100111100001001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7E2; }

 p { color: rgb(221,247,226); }

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

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

 a { background-color: rgb(221,247,226); }

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

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

 span { border-color: rgb(221,247,226); }

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