#D9EBC0

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

Shades of Gin #D9EBC0

Tints of Gin #D9EBC0

Color information

#D9EBC0 (or 0xD9EBC0) is unknown color: approx Gin. HEX triplet: D9, EB and C0. RGB value is (217,235,192). Sum of RGB (Red+Green+Blue) = 217+235+192=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC0 is #26143F. Grayscale: #E0E0E0. Windows color (decimal): -2495552 or 12643289. OLE color: 12643289.

HSL color Cylindrical-coordinate representation of color #D9EBC0: hue angle of 85.12º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9EBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB217235192-
CMYK0.0800.180.08
HSL85.12º51.81%83.73%-
HSV(B)85.12º18.3%92.16%-
XYZ67.8477.9761.34-
YUV224.72109.54122.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 192 (75.39% from 255) = 29.81%
R=33.70%
G=36.49%
B=29.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351920.0800.180.0885.1251.8183.73
HexD9EBC080128553454
Octal331353300100221012564124
Binary1101100111101011110000001000010010100010101011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBC0; }

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

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

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

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

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

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

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

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