#D5E3BC

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

Shades of Gin #D5E3BC

Tints of Gin #D5E3BC

Color information

#D5E3BC (or 0xD5E3BC) is unknown color: approx Gin. HEX triplet: D5, E3 and BC. RGB value is (213,227,188). Sum of RGB (Red+Green+Blue) = 213+227+188=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3BC is #2A1C43. Grayscale: #DADADA. Windows color (decimal): -2759748 or 12379093. OLE color: 12379093.

HSL color Cylindrical-coordinate representation of color #D5E3BC: hue angle of 81.54º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5E3BC is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB213227188-
CMYK0.0600.170.11
HSL81.54º41.05%81.37%-
HSV(B)81.54º17.18%89.02%-
XYZ63.9972.7258.24-
YUV218.37110.86124.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=33.92%
G=36.15%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132271880.0600.170.1181.5441.0581.37
HexD5E3BC6011B522951
Octal32534327460211312251121
Binary110101011110001110111100110010001101110100101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3BC; }

 p { color: rgb(213,227,188); }

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

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

 a { background-color: rgb(213,227,188); }

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

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

 span { border-color: rgb(213,227,188); }

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