#D5E1BB

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

Shades of Gin #D5E1BB

Tints of Gin #D5E1BB

Color information

#D5E1BB (or 0xD5E1BB) is unknown color: approx Gin. HEX triplet: D5, E1 and BB. RGB value is (213,225,187). Sum of RGB (Red+Green+Blue) = 213+225+187=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1BB is #2A1E44. Grayscale: #D9D9D9. Windows color (decimal): -2760261 or 12313045. OLE color: 12313045.

HSL color Cylindrical-coordinate representation of color #D5E1BB: hue angle of 78.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5E1BB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB213225187-
CMYK0.0500.170.12
HSL78.95º38.78%80.78%-
HSV(B)78.95º16.89%88.24%-
XYZ63.3471.5857.49-
YUV217.08111.02125.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=34.08%
G=36%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251870.0500.170.1278.9538.7880.78
HexD5E1BB5011C4f2751
Octal32534127350211411747121
Binary110101011110000110111011101010001110010011111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1BB; }

 p { color: rgb(213,225,187); }

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

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

 a { background-color: rgb(213,225,187); }

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

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

 span { border-color: rgb(213,225,187); }

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