#D8F2DE

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

Shades of Off Green #D8F2DE

Tints of Off Green #D8F2DE

Color information

#D8F2DE (or 0xD8F2DE) is unknown color: approx Off Green. HEX triplet: D8, F2 and DE. RGB value is (216,242,222). Sum of RGB (Red+Green+Blue) = 216+242+222=680 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.76% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2DE is #270D21. Grayscale: #E8E8E8. Windows color (decimal): -2559266 or 14611160. OLE color: 14611160.

HSL color Cylindrical-coordinate representation of color #D8F2DE: hue angle of 133.85º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2DE is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB216242222-
CMYK0.1100.080.05
HSL133.85º50%89.8%-
HSV(B)133.85º10.74%94.9%-
XYZ73.2683.3881.34-
YUV231.95122.39116.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.76%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=31.76%
G=35.59%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422220.1100.080.05133.855089.8
HexD8F2DEB08586325a
Octal33036233613010520662132
Binary110110001111001011011110101101000101100001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2DE; }

 p { color: rgb(216,242,222); }

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

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

 a { background-color: rgb(216,242,222); }

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

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

 span { border-color: rgb(216,242,222); }

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