#D9E6BD

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

Shades of Gin #D9E6BD

Tints of Gin #D9E6BD

Color information

#D9E6BD (or 0xD9E6BD) is unknown color: approx Gin. HEX triplet: D9, E6 and BD. RGB value is (217,230,189). Sum of RGB (Red+Green+Blue) = 217+230+189=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6BD is #261942. Grayscale: #DDDDDD. Windows color (decimal): -2496835 or 12445401. OLE color: 12445401.

HSL color Cylindrical-coordinate representation of color #D9E6BD: hue angle of 79.02º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E6BD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB217230189-
CMYK0.0600.180.10
HSL79.02º45.05%82.16%-
HSV(B)79.02º17.83%90.2%-
XYZ66.175.0259.14-
YUV221.44109.69124.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 230 (90.23% from 255) = 36.16%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=34.12%
G=36.16%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301890.0600.180.1079.0245.0582.16
HexD9E6BD6012A4f2d52
Octal33134627560221211755122
Binary110110011110011010111101110010010101010011111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E6BD; }

 p { color: rgb(217,230,189); }

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

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

 a { background-color: rgb(217,230,189); }

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

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

 span { border-color: rgb(217,230,189); }

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