#D9E8BF

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

Shades of Gin #D9E8BF

Tints of Gin #D9E8BF

Color information

#D9E8BF (or 0xD9E8BF) is unknown color: approx Gin. HEX triplet: D9, E8 and BF. RGB value is (217,232,191). Sum of RGB (Red+Green+Blue) = 217+232+191=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E8BF is #261740. Grayscale: #DEDEDE. Windows color (decimal): -2496321 or 12576985. OLE color: 12576985.

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

Color convert

RGB217232191-
CMYK0.0600.180.09
HSL81.95º47.13%82.94%-
HSV(B)81.95º17.67%90.98%-
XYZ66.8876.2360.48-
YUV222.84110.03123.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 191 (75% from 255) = 29.84%
R=33.91%
G=36.25%
B=29.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172321910.0600.180.0981.9547.1382.94
HexD9E8BF60129522f53
Octal33135027760221112257123
Binary110110011110100010111111110010010100110100101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E8BF; }

 p { color: rgb(217,232,191); }

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

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

 a { background-color: rgb(217,232,191); }

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

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

 span { border-color: rgb(217,232,191); }

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