#D2BEBD

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

Shades of Alto #D2BEBD

Tints of Alto #D2BEBD

Color information

#D2BEBD (or 0xD2BEBD) is unknown color: approx Alto. HEX triplet: D2, BE and BD. RGB value is (210,190,189). Sum of RGB (Red+Green+Blue) = 210+190+189=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEBD is #2D4142. Grayscale: #C3C3C3. Windows color (decimal): -2965827 or 12435154. OLE color: 12435154.

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

Color convert

RGB210190189-
CMYK00.100.100.18
HSL2.86º18.92%78.24%-
HSV(B)2.86º10%82.35%-
XYZ54.1854.255.75-
YUV195.87124.13138.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=35.65%
G=32.26%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019018900.100.100.182.8618.9278.24
HexD2BEBD0AA123134e
Octal3222762750121222323116
Binary1101001010111110101111010101010101001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEBD; }

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

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

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

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

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

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

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

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