#D9EBBD

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

Shades of Gin #D9EBBD

Tints of Gin #D9EBBD

Color information

#D9EBBD (or 0xD9EBBD) is unknown color: approx Gin. HEX triplet: D9, EB and BD. RGB value is (217,235,189). Sum of RGB (Red+Green+Blue) = 217+235+189=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBBD is #261442. Grayscale: #E0E0E0. Windows color (decimal): -2495555 or 12446681. OLE color: 12446681.

HSL color Cylindrical-coordinate representation of color #D9EBBD: hue angle of 83.48º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9EBBD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB217235189-
CMYK0.0800.200.08
HSL83.48º53.49%83.14%-
HSV(B)83.48º19.57%92.16%-
XYZ67.5177.8459.61-
YUV224.37108.04122.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=33.85%
G=36.66%
B=29.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351890.0800.200.0883.4853.4983.14
HexD9EBBD80148533553
Octal331353275100241012365123
Binary1101100111101011101111011000010100100010100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBBD; }

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

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

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

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

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

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

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

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