#D3E1BA

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

Shades of Gin #D3E1BA

Tints of Gin #D3E1BA

Color information

#D3E1BA (or 0xD3E1BA) is unknown color: approx Gin. HEX triplet: D3, E1 and BA. RGB value is (211,225,186). Sum of RGB (Red+Green+Blue) = 211+225+186=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1BA is #2C1E45. Grayscale: #D8D8D8. Windows color (decimal): -2891334 or 12247507. OLE color: 12247507.

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

Color convert

RGB211225186-
CMYK0.0600.170.12
HSL81.54º39.39%80.59%-
HSV(B)81.54º17.33%88.24%-
XYZ62.6571.2456.9-
YUV216.37110.86124.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=33.92%
G=36.17%
B=29.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112251860.0600.170.1281.5439.3980.59
HexD3E1BA6011C522751
Octal32334127260211412247121
Binary110100111110000110111010110010001110010100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E1BA; }

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

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

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

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

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

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

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

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