#D9E3BF

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

Shades of Gin #D9E3BF

Tints of Gin #D9E3BF

Color information

#D9E3BF (or 0xD9E3BF) is unknown color: approx Gin. HEX triplet: D9, E3 and BF. RGB value is (217,227,191). Sum of RGB (Red+Green+Blue) = 217+227+191=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3BF is #261C40. Grayscale: #DCDCDC. Windows color (decimal): -2497601 or 12575705. OLE color: 12575705.

HSL color Cylindrical-coordinate representation of color #D9E3BF: hue angle of 76.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9E3BF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB217227191-
CMYK0.0400.160.11
HSL76.67º39.13%81.96%-
HSV(B)76.67º15.86%89.02%-
XYZ65.4973.4560.02-
YUV219.91111.69125.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 191 (75% from 255) = 30.08%
R=34.17%
G=35.75%
B=30.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271910.0400.160.1176.6739.1381.96
HexD9E3BF4010B4d2752
Octal33134327740201311547122
Binary110110011110001110111111100010000101110011011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3BF; }

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

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

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

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

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

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

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

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