#D3DCBE

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

Shades of Gin #D3DCBE

Tints of Gin #D3DCBE

Color information

#D3DCBE (or 0xD3DCBE) is unknown color: approx Gin. HEX triplet: D3, DC and BE. RGB value is (211,220,190). Sum of RGB (Red+Green+Blue) = 211+220+190=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCBE is #2C2341. Grayscale: #D5D5D5. Windows color (decimal): -2892610 or 12508371. OLE color: 12508371.

HSL color Cylindrical-coordinate representation of color #D3DCBE: hue angle of 78º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DCBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB211220190-
CMYK0.0400.140.14
HSL78º30%80.39%-
HSV(B)78º13.64%86.27%-
XYZ61.7568.7558.73-
YUV213.89114.52125.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=33.98%
G=35.43%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112201900.0400.140.14783080.39
HexD3DCBE40EE4e1e50
Octal32333427640161611636120
Binary1101001111011100101111101000111011101001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCBE; }

 p { color: rgb(211,220,190); }

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

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

 a { background-color: rgb(211,220,190); }

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

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

 span { border-color: rgb(211,220,190); }

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