#DDEEE0

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

Shades of Off Green #DDEEE0

Tints of Off Green #DDEEE0

Color information

#DDEEE0 (or 0xDDEEE0) is unknown color: approx Off Green. HEX triplet: DD, EE and E0. RGB value is (221,238,224). Sum of RGB (Red+Green+Blue) = 221+238+224=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE0 is #22111F. Grayscale: #E7E7E7. Windows color (decimal): -2232608 or 14741213. OLE color: 14741213.

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

Color convert

RGB221238224-
CMYK0.0700.060.07
HSL130.59º33.33%90%-
HSV(B)130.59º7.14%93.33%-
XYZ73.8581.982.44-
YUV231.32123.87120.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=32.36%
G=34.85%
B=32.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382240.0700.060.07130.5933.3390
HexDDEEE0706783215a
Octal335356340706720341132
Binary1101110111101110111000001110110111100000111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE0; }

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

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

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

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

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

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

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

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