Shades of Alto #D2C1BE
Tints of Alto #D2C1BE
RGB
CMYK
RGB Variations
Color information
#D2C1BE (or 0xD2C1BE) is known color: Alto. HEX triplet: D2, C1 and BE. RGB value is (210,193,190). Sum of RGB (Red+Green+Blue) = 210+193+190=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1BE is #2D3E41. Grayscale: #C5C5C5. Windows color (decimal): -2965058 or 12501458. OLE color: 12501458.
HSL color Cylindrical-coordinate representation of color #D2C1BE: hue angle of 9º degrees, saturation: 0.18, 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 #D2C1BE is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 190 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.18 |
| HSL | 9º | 0.18% | 0.78% | - |
| HSV(B) | 9º | 0.1% | 0.82% | - |
| XYZ | 54.94 | 55.56 | 56.54 | - |
| YUV | 197.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 190 | 0 | 0.08 | 0.10 | 0.18 | 9 | 0.18 | 0.78 |
| Hex | D2 | C1 | BE | 0 | 8 | A | 12 | 9 | 12 | 4E |
| Octal | 322 | 301 | 276 | 0 | 10 | 12 | 22 | 11 | 22 | 116 |
| Binary | 11010010 | 11000001 | 10111110 | 0 | 1000 | 1010 | 10010 | 1001 | 10010 | 1001110 |
Color Harmonies of #D2C1BE
Complementary color
Monochromatic Colors of #D2C1BE
Black with #D2C1BE
Text Example
Text Example
White with #D2C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1BE; }
p { color: rgb(210,193,190); }
H1.HeaderClassName
{
color: #D2C1BE;
}
.AnyTagClassName
{
color: #D2C1BE;
}
</style>
background-color css
<style>
a { background-color: #D2C1BE; }
a { background-color: rgb(210,193,190); }
div.DivClassName
{
background-color: #D2C1BE;
}
.BgClassName
{
background-color: #D2C1BE;
}
</style>
border-color css
<style>
span { border-color: #D2C1BE; }
span { border-color: rgb(210,193,190); }
td.TdClassName
{
border-color: #D2C1BE;
}
.TagClassName
{
border-color: #D2C1BE;
}
</style>