#D5E7BB

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

Shades of Gin #D5E7BB

Tints of Gin #D5E7BB

Color information

#D5E7BB (or 0xD5E7BB) is unknown color: approx Gin. HEX triplet: D5, E7 and BB. RGB value is (213,231,187). Sum of RGB (Red+Green+Blue) = 213+231+187=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E7BB is #2A1844. Grayscale: #DCDCDC. Windows color (decimal): -2758725 or 12314581. OLE color: 12314581.

HSL color Cylindrical-coordinate representation of color #D5E7BB: hue angle of 84.55º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5E7BB is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB213231187-
CMYK0.0800.190.09
HSL84.55º47.83%81.96%-
HSV(B)84.55º19.05%90.59%-
XYZ64.9974.8958.04-
YUV220.6109.04122.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=33.76%
G=36.61%
B=29.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132311870.0800.190.0984.5547.8381.96
HexD5E7BB80139553052
Octal325347273100231112560122
Binary1101010111100111101110111000010011100110101011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7BB; }

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

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

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

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

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

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

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

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