#D8F0DB

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

Shades of Off Green #D8F0DB

Tints of Off Green #D8F0DB

Color information

#D8F0DB (or 0xD8F0DB) is unknown color: approx Off Green. HEX triplet: D8, F0 and DB. RGB value is (216,240,219). Sum of RGB (Red+Green+Blue) = 216+240+219=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0DB is #270F24. Grayscale: #E6E6E6. Windows color (decimal): -2559781 or 14414040. OLE color: 14414040.

HSL color Cylindrical-coordinate representation of color #D8F0DB: hue angle of 127.5º degrees, saturation: 0.44, 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 #D8F0DB is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB216240219-
CMYK0.100.090.06
HSL127.5º44.44%89.41%-
HSV(B)127.5º10%94.12%-
XYZ72.2782.0379.04-
YUV230.43121.55117.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 240 (94.14% from 255) = 35.56%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=32%
G=35.56%
B=32.44%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162402190.100.090.06127.544.4489.41
HexD8F0DBA0967f2c59
Octal33036033312011617754131
Binary11011000111100001101101110100100111011111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F0DB; }

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

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

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

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

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

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

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

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