#D5E6B9

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

Shades of Gin #D5E6B9

Tints of Gin #D5E6B9

Color information

#D5E6B9 (or 0xD5E6B9) is unknown color: approx Gin. HEX triplet: D5, E6 and B9. RGB value is (213,230,185). Sum of RGB (Red+Green+Blue) = 213+230+185=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E6B9 is #2A1946. Grayscale: #DBDBDB. Windows color (decimal): -2758983 or 12183253. OLE color: 12183253.

HSL color Cylindrical-coordinate representation of color #D5E6B9: hue angle of 82.67º degrees, saturation: 0.47, 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 #D5E6B9 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB213230185-
CMYK0.0700.200.10
HSL82.67º47.37%81.37%-
HSV(B)82.67º19.57%90.2%-
XYZ64.4974.2456.83-
YUV219.79108.37123.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 230 (90.23% from 255) = 36.62%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=33.92%
G=36.62%
B=29.46%

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
Decimal2132301850.0700.200.1082.6747.3781.37
HexD5E6B97014A532f51
Octal32534627170241212357121
Binary110101011110011010111001111010100101010100111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E6B9; }

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

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

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

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

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

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

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

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