#D5E8B9

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

Shades of Gin #D5E8B9

Tints of Gin #D5E8B9

Color information

#D5E8B9 (or 0xD5E8B9) is unknown color: approx Gin. HEX triplet: D5, E8 and B9. RGB value is (213,232,185). Sum of RGB (Red+Green+Blue) = 213+232+185=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8B9 is #2A1746. Grayscale: #DDDDDD. Windows color (decimal): -2758471 or 12183765. OLE color: 12183765.

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

Color convert

RGB213232185-
CMYK0.0800.200.09
HSL84.26º50.54%81.76%-
HSV(B)84.26º20.26%90.98%-
XYZ65.0575.3657.02-
YUV220.96107.71122.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=33.81%
G=36.83%
B=29.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132321850.0800.200.0984.2650.5481.76
HexD5E8B980149543352
Octal325350271100241112463122
Binary1101010111101000101110011000010100100110101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8B9; }

 p { color: rgb(213,232,185); }

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

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

 a { background-color: rgb(213,232,185); }

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

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

 span { border-color: rgb(213,232,185); }

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