#D8EFDB

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

Shades of Off Green #D8EFDB

Tints of Off Green #D8EFDB

Color information

#D8EFDB (or 0xD8EFDB) is unknown color: approx Off Green. HEX triplet: D8, EF and DB. RGB value is (216,239,219). Sum of RGB (Red+Green+Blue) = 216+239+219=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDB is #271024. Grayscale: #E5E5E5. Windows color (decimal): -2560037 or 14413784. OLE color: 14413784.

HSL color Cylindrical-coordinate representation of color #D8EFDB: hue angle of 127.83º 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 #D8EFDB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB216239219-
CMYK0.1000.080.06
HSL127.83º41.82%89.22%-
HSV(B)127.83º9.62%93.73%-
XYZ71.9781.4578.95-
YUV229.84121.88118.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=32.05%
G=35.46%
B=32.49%

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
Decimal2162392190.1000.080.06127.8341.8289.22
HexD8EFDBA086802a59
Octal33035733312010620052131
Binary110110001110111111011011101001000110100000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFDB; }

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

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

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

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

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

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

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

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