#D8EBBD

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

Shades of Gin #D8EBBD

Tints of Gin #D8EBBD

Color information

#D8EBBD (or 0xD8EBBD) is unknown color: approx Gin. HEX triplet: D8, EB and BD. RGB value is (216,235,189). Sum of RGB (Red+Green+Blue) = 216+235+189=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBBD is #271442. Grayscale: #E0E0E0. Windows color (decimal): -2561091 or 12446680. OLE color: 12446680.

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

Color convert

RGB216235189-
CMYK0.0800.200.08
HSL84.78º53.49%83.14%-
HSV(B)84.78º19.57%92.16%-
XYZ67.2177.6959.6-
YUV224.08108.21122.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=33.75%
G=36.72%
B=29.53%

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
Decimal2162351890.0800.200.0884.7853.4983.14
HexD8EBBD80148553553
Octal330353275100241012565123
Binary1101100011101011101111011000010100100010101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBBD; }

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

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

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

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

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

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

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

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