#D3BFBB

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

Shades of Alto #D3BFBB

Tints of Alto #D3BFBB

Color information

#D3BFBB (or 0xD3BFBB) is unknown color: approx Alto. HEX triplet: D3, BF and BB. RGB value is (211,191,187). Sum of RGB (Red+Green+Blue) = 211+191+187=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFBB is #2C4044. Grayscale: #C4C4C4. Windows color (decimal): -2900037 or 12304339. OLE color: 12304339.

HSL color Cylindrical-coordinate representation of color #D3BFBB: hue angle of 10º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BFBB is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211191187-
CMYK00.090.110.17
HSL10º21.43%78.04%-
HSV(B)10º11.37%82.75%-
XYZ54.4654.754.7-
YUV196.52122.63138.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=35.82%
G=32.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119118700.090.110.171021.4378.04
HexD3BFBB09B11a154e
Octal32327727301113211225116
Binary110100111011111110111011010011011100011010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BFBB; }

 p { color: rgb(211,191,187); }

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

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

 a { background-color: rgb(211,191,187); }

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

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

 span { border-color: rgb(211,191,187); }

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