Shades of Alto #D2BDBD
Tints of Alto #D2BDBD
RGB
CMYK
RGB Variations
Color information
#D2BDBD (or 0xD2BDBD) is known color: Alto. HEX triplet: D2, BD and BD. RGB value is (210,189,189). Sum of RGB (Red+Green+Blue) = 210+189+189=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBD is #2D4242. Grayscale: #C3C3C3. Windows color (decimal): -2966083 or 12434898. OLE color: 12434898.
HSL color Cylindrical-coordinate representation of color #D2BDBD: hue angle of 0º 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 #D2BDBD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 189 | 189 | - |
CMYK | 0 | 0.10 | 0.10 | 0.18 |
HSL | 0º | 0.19% | 0.78% | - |
HSV(B) | 0º | 0.1% | 0.82% | - |
XYZ | 53.96 | 53.77 | 55.68 | - |
YUV | 195.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 189 | 189 | 0 | 0.10 | 0.10 | 0.18 | 0 | 0.19 | 0.78 |
Hex | D2 | BD | BD | 0 | A | A | 12 | 0 | 13 | 4E |
Octal | 322 | 275 | 275 | 0 | 12 | 12 | 22 | 0 | 23 | 116 |
Binary | 11010010 | 10111101 | 10111101 | 0 | 1010 | 1010 | 10010 | 0 | 10011 | 1001110 |
Color Harmonies of #D2BDBD
Complementary color
Monochromatic Colors of #D2BDBD
Black with #D2BDBD
Text Example
Text Example
White with #D2BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDBD; }
p { color: rgb(210,189,189); }
H1.HeaderClassName
{
color: #D2BDBD;
}
.AnyTagClassName
{
color: #D2BDBD;
}
</style>
background-color css
<style>
a { background-color: #D2BDBD; }
a { background-color: rgb(210,189,189); }
div.DivClassName
{
background-color: #D2BDBD;
}
.BgClassName
{
background-color: #D2BDBD;
}
</style>
border-color css
<style>
span { border-color: #D2BDBD; }
span { border-color: rgb(210,189,189); }
td.TdClassName
{
border-color: #D2BDBD;
}
.TagClassName
{
border-color: #D2BDBD;
}
</style>