#D8E7BF

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

Shades of Gin #D8E7BF

Tints of Gin #D8E7BF

Color information

#D8E7BF (or 0xD8E7BF) is unknown color: approx Gin. HEX triplet: D8, E7 and BF. RGB value is (216,231,191). Sum of RGB (Red+Green+Blue) = 216+231+191=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7BF is #271840. Grayscale: #DEDEDE. Windows color (decimal): -2562113 or 12576728. OLE color: 12576728.

HSL color Cylindrical-coordinate representation of color #D8E7BF: hue angle of 82.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8E7BF is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB216231191-
CMYK0.0600.170.09
HSL82.5º45.45%82.75%-
HSV(B)82.5º17.32%90.59%-
XYZ66.375.5160.37-
YUV221.96110.53123.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 29.94%
R=33.86%
G=36.21%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162311910.0600.170.0982.545.4582.75
HexD8E7BF60119522d53
Octal33034727760211112255123
Binary110110001110011110111111110010001100110100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7BF; }

 p { color: rgb(216,231,191); }

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

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

 a { background-color: rgb(216,231,191); }

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

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

 span { border-color: rgb(216,231,191); }

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