#D8EBC0

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

Shades of Gin #D8EBC0

Tints of Gin #D8EBC0

Color information

#D8EBC0 (or 0xD8EBC0) is unknown color: approx Gin. HEX triplet: D8, EB and C0. RGB value is (216,235,192). Sum of RGB (Red+Green+Blue) = 216+235+192=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBC0 is #27143F. Grayscale: #E0E0E0. Windows color (decimal): -2561088 or 12643288. OLE color: 12643288.

HSL color Cylindrical-coordinate representation of color #D8EBC0: hue angle of 86.51º 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 #D8EBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB216235192-
CMYK0.0800.180.08
HSL86.51º51.81%83.73%-
HSV(B)86.51º18.3%92.16%-
XYZ67.5477.8261.33-
YUV224.42109.71122-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.59%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 192 (75.39% from 255) = 29.86%
R=33.59%
G=36.55%
B=29.86%

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
Decimal2162351920.0800.180.0886.5151.8183.73
HexD8EBC080128573454
Octal330353300100221012764124
Binary1101100011101011110000001000010010100010101111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBC0; }

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

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

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

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

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

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

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

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