#D3BEBD

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

Shades of Alto #D3BEBD

Tints of Alto #D3BEBD

Color information

#D3BEBD (or 0xD3BEBD) is unknown color: approx Alto. HEX triplet: D3, BE and BD. RGB value is (211,190,189). Sum of RGB (Red+Green+Blue) = 211+190+189=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEBD is #2C4142. Grayscale: #C4C4C4. Windows color (decimal): -2900291 or 12435155. OLE color: 12435155.

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

Color convert

RGB211190189-
CMYK00.100.100.17
HSL2.73º20%78.43%-
HSV(B)2.73º10.43%82.75%-
XYZ54.4654.3555.76-
YUV196.16123.96138.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=35.76%
G=32.20%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119018900.100.100.172.732078.43
HexD3BEBD0AA113144e
Octal3232762750121221324116
Binary1101001110111110101111010101010101000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEBD; }

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

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

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

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

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

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

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

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