#D8EFDC

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

Shades of Off Green #D8EFDC

Tints of Off Green #D8EFDC

Color information

#D8EFDC (or 0xD8EFDC) is unknown color: approx Off Green. HEX triplet: D8, EF and DC. RGB value is (216,239,220). Sum of RGB (Red+Green+Blue) = 216+239+220=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFDC is #271023. Grayscale: #E6E6E6. Windows color (decimal): -2560036 or 14479320. OLE color: 14479320.

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

Color convert

RGB216239220-
CMYK0.1000.080.06
HSL130.43º41.82%89.22%-
HSV(B)130.43º9.62%93.73%-
XYZ72.181.579.64-
YUV229.96122.38118.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=32%
G=35.41%
B=32.59%

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
Decimal2162392200.1000.080.06130.4341.8289.22
HexD8EFDCA086822a59
Octal33035733412010620252131
Binary110110001110111111011100101001000110100000101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFDC; }

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

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

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

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

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

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

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

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