#DDF3E2

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

Shades of Off Green #DDF3E2

Tints of Off Green #DDF3E2

Color information

#DDF3E2 (or 0xDDF3E2) is unknown color: approx Off Green. HEX triplet: DD, F3 and E2. RGB value is (221,243,226). Sum of RGB (Red+Green+Blue) = 221+243+226=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3E2 is #220C1D. Grayscale: #EAEAEA. Windows color (decimal): -2231326 or 14873565. OLE color: 14873565.

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

Color convert

RGB221243226-
CMYK0.0900.070.05
HSL133.64º47.83%90.98%-
HSV(B)133.64º9.05%95.29%-
XYZ75.684.9684.37-
YUV234.48123.21118.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 226 (88.67% from 255) = 32.75%
R=32.03%
G=35.22%
B=32.75%

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
Decimal2212432260.0900.070.05133.6447.8390.98
HexDDF3E2907586305b
Octal3353633421107520660133
Binary11011101111100111110001010010111101100001101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3E2; }

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

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

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

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

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

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

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

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