#DDF0E2

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

Shades of Off Green #DDF0E2

Tints of Off Green #DDF0E2

Color information

#DDF0E2 (or 0xDDF0E2) is unknown color: approx Off Green. HEX triplet: DD, F0 and E2. RGB value is (221,240,226). Sum of RGB (Red+Green+Blue) = 221+240+226=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0E2 is #220F1D. Grayscale: #E8E8E8. Windows color (decimal): -2232094 or 14872797. OLE color: 14872797.

HSL color Cylindrical-coordinate representation of color #DDF0E2: hue angle of 135.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0E2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB221240226-
CMYK0.0800.060.06
HSL135.79º38.78%90.39%-
HSV(B)135.79º7.92%94.12%-
XYZ74.7183.1884.07-
YUV232.72124.21119.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 226 (88.67% from 255) = 32.90%
R=32.17%
G=34.93%
B=32.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402260.0800.060.06135.7938.7890.39
HexDDF0E2806688275a
Octal3353603421006621047132
Binary11011101111100001110001010000110110100010001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0E2; }

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

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

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

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

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

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

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

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