#D9E9BF

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

Shades of Gin #D9E9BF

Tints of Gin #D9E9BF

Color information

#D9E9BF (or 0xD9E9BF) is unknown color: approx Gin. HEX triplet: D9, E9 and BF. RGB value is (217,233,191). Sum of RGB (Red+Green+Blue) = 217+233+191=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9BF is #261640. Grayscale: #DFDFDF. Windows color (decimal): -2496065 or 12577241. OLE color: 12577241.

HSL color Cylindrical-coordinate representation of color #D9E9BF: hue angle of 82.86º degrees, saturation: 0.49, 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 #D9E9BF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB217233191-
CMYK0.0700.180.09
HSL82.86º48.84%83.14%-
HSV(B)82.86º18.03%91.37%-
XYZ67.1676.7960.57-
YUV223.43109.7123.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 233 (91.41% from 255) = 36.35%
BLUE value IS 191 (75% from 255) = 29.80%
R=33.85%
G=36.35%
B=29.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172331910.0700.180.0982.8648.8483.14
HexD9E9BF70129533153
Octal33135127770221112361123
Binary110110011110100110111111111010010100110100111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E9BF; }

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

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

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

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

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

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

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

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