#D9E6BE

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

Shades of Gin #D9E6BE

Tints of Gin #D9E6BE

Color information

#D9E6BE (or 0xD9E6BE) is unknown color: approx Gin. HEX triplet: D9, E6 and BE. RGB value is (217,230,190). Sum of RGB (Red+Green+Blue) = 217+230+190=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6BE is #261941. Grayscale: #DDDDDD. Windows color (decimal): -2496834 or 12510937. OLE color: 12510937.

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

Color convert

RGB217230190-
CMYK0.0600.170.10
HSL79.5º44.44%82.35%-
HSV(B)79.5º17.39%90.2%-
XYZ66.2175.0659.71-
YUV221.55110.19124.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=34.07%
G=36.11%
B=29.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301900.0600.170.1079.544.4482.35
HexD9E6BE6011A502c52
Octal33134627660211212054122
Binary110110011110011010111110110010001101010100001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E6BE; }

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

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

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

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

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

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

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

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