Shades of Alto #D3C0BD
Tints of Alto #D3C0BD
RGB
CMYK
RGB Variations
Color information
#D3C0BD (or 0xD3C0BD) is known color: Alto. HEX triplet: D3, C0 and BD. RGB value is (211,192,189). Sum of RGB (Red+Green+Blue) = 211+192+189=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C0BD is #2C3F42. Grayscale: #C5C5C5. Windows color (decimal): -2899779 or 12435667. OLE color: 12435667.
HSL color Cylindrical-coordinate representation of color #D3C0BD: hue angle of 8.18º 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 #D3C0BD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 189 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.17 |
| HSL | 8.18º | 0.2% | 0.78% | - |
| HSV(B) | 8.18º | 0.1% | 0.83% | - |
| XYZ | 54.9 | 55.22 | 55.91 | - |
| YUV | 197.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 189 | 0 | 0.09 | 0.10 | 0.17 | 8.18 | 0.2 | 0.78 |
| Hex | D3 | C0 | BD | 0 | 9 | A | 11 | 8 | 14 | 4E |
| Octal | 323 | 300 | 275 | 0 | 11 | 12 | 21 | 10 | 24 | 116 |
| Binary | 11010011 | 11000000 | 10111101 | 0 | 1001 | 1010 | 10001 | 1000 | 10100 | 1001110 |
Color Harmonies of #D3C0BD
Complementary color
Monochromatic Colors of #D3C0BD
Black with #D3C0BD
Text Example
Text Example
White with #D3C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0BD; }
p { color: rgb(211,192,189); }
H1.HeaderClassName
{
color: #D3C0BD;
}
.AnyTagClassName
{
color: #D3C0BD;
}
</style>
background-color css
<style>
a { background-color: #D3C0BD; }
a { background-color: rgb(211,192,189); }
div.DivClassName
{
background-color: #D3C0BD;
}
.BgClassName
{
background-color: #D3C0BD;
}
</style>
border-color css
<style>
span { border-color: #D3C0BD; }
span { border-color: rgb(211,192,189); }
td.TdClassName
{
border-color: #D3C0BD;
}
.TagClassName
{
border-color: #D3C0BD;
}
</style>