#D3E1BD

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

Shades of Gin #D3E1BD

Tints of Gin #D3E1BD

Color information

#D3E1BD (or 0xD3E1BD) is unknown color: approx Gin. HEX triplet: D3, E1 and BD. RGB value is (211,225,189). Sum of RGB (Red+Green+Blue) = 211+225+189=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1BD is #2C1E42. Grayscale: #D8D8D8. Windows color (decimal): -2891331 or 12444115. OLE color: 12444115.

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

Color convert

RGB211225189-
CMYK0.0600.160.12
HSL83.33º37.5%81.18%-
HSV(B)83.33º16%88.24%-
XYZ62.9771.3758.6-
YUV216.71112.36123.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=33.76%
G=36%
B=30.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112251890.0600.160.1283.3337.581.18
HexD3E1BD6010C532651
Octal32334127560201412346121
Binary110100111110000110111101110010000110010100111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E1BD; }

 p { color: rgb(211,225,189); }

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

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

 a { background-color: rgb(211,225,189); }

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

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

 span { border-color: rgb(211,225,189); }

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