#D8EFDD

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

Shades of Off Green #D8EFDD

Tints of Off Green #D8EFDD

Color information

#D8EFDD (or 0xD8EFDD) is unknown color: approx Off Green. HEX triplet: D8, EF and DD. RGB value is (216,239,221). Sum of RGB (Red+Green+Blue) = 216+239+221=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDD is #271022. Grayscale: #E6E6E6. Windows color (decimal): -2560035 or 14544856. OLE color: 14544856.

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

Color convert

RGB216239221-
CMYK0.1000.080.06
HSL133.04º41.82%89.22%-
HSV(B)133.04º9.62%93.73%-
XYZ72.2481.5580.34-
YUV230.07122.88117.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=31.95%
G=35.36%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162392210.1000.080.06133.0441.8289.22
HexD8EFDDA086852a59
Octal33035733512010620552131
Binary110110001110111111011101101001000110100001011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFDD; }

 p { color: rgb(216,239,221); }

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

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

 a { background-color: rgb(216,239,221); }

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

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

 span { border-color: rgb(216,239,221); }

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