#D8F1DB

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

Shades of Off Green #D8F1DB

Tints of Off Green #D8F1DB

Color information

#D8F1DB (or 0xD8F1DB) is unknown color: approx Off Green. HEX triplet: D8, F1 and DB. RGB value is (216,241,219). Sum of RGB (Red+Green+Blue) = 216+241+219=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F1DB is #270E24. Grayscale: #E7E7E7. Windows color (decimal): -2559525 or 14414296. OLE color: 14414296.

HSL color Cylindrical-coordinate representation of color #D8F1DB: hue angle of 127.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8F1DB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB216241219-
CMYK0.1000.090.05
HSL127.2º47.17%89.61%-
HSV(B)127.2º10.37%94.51%-
XYZ72.5682.6279.14-
YUV231.02121.22117.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=31.95%
G=35.65%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162412190.1000.090.05127.247.1789.61
HexD8F1DBA0957f2f5a
Octal33036133312011517757132
Binary11011000111100011101101110100100110111111111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F1DB; }

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

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

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

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

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

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

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

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