#D9EEDD

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

Shades of Off Green #D9EEDD

Tints of Off Green #D9EEDD

Color information

#D9EEDD (or 0xD9EEDD) is unknown color: approx Off Green. HEX triplet: D9, EE and DD. RGB value is (217,238,221). Sum of RGB (Red+Green+Blue) = 217+238+221=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEDD is #261122. Grayscale: #E5E5E5. Windows color (decimal): -2494755 or 14544601. OLE color: 14544601.

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

Color convert

RGB217238221-
CMYK0.0900.070.07
HSL131.43º38.18%89.22%-
HSV(B)131.43º8.82%93.33%-
XYZ72.2481.1280.26-
YUV229.78123.04118.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=32.10%
G=35.21%
B=32.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172382210.0900.070.07131.4338.1889.22
HexD9EEDD9077832659
Octal3313563351107720346131
Binary11011001111011101101110110010111111100000111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EEDD; }

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

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

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

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

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

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

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

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