#D5E5B8

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

Shades of Gin #D5E5B8

Tints of Gin #D5E5B8

Color information

#D5E5B8 (or 0xD5E5B8) is unknown color: approx Gin. HEX triplet: D5, E5 and B8. RGB value is (213,229,184). Sum of RGB (Red+Green+Blue) = 213+229+184=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E5B8 is #2A1A47. Grayscale: #DBDBDB. Windows color (decimal): -2759240 or 12117461. OLE color: 12117461.

HSL color Cylindrical-coordinate representation of color #D5E5B8: hue angle of 81.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E5B8 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB213229184-
CMYK0.0700.200.10
HSL81.33º46.39%80.98%-
HSV(B)81.33º19.65%89.8%-
XYZ64.1173.6556.18-
YUV219.09108.2123.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=34.03%
G=36.58%
B=29.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2132291840.0700.200.1081.3346.3980.98
HexD5E5B87014A512e51
Octal32534527070241212156121
Binary110101011110010110111000111010100101010100011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E5B8; }

 p { color: rgb(213,229,184); }

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

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

 a { background-color: rgb(213,229,184); }

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

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

 span { border-color: rgb(213,229,184); }

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