Shades of Alto #D3C8C7
Tints of Alto #D3C8C7
RGB
CMYK
RGB Variations
Color information
#D3C8C7 (or 0xD3C8C7) is known color: Alto. HEX triplet: D3, C8 and C7. RGB value is (211,200,199). Sum of RGB (Red+Green+Blue) = 211+200+199=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8C7 is #2C3738. Grayscale: #CBCBCB. Windows color (decimal): -2897721 or 13093075. OLE color: 13093075.
HSL color Cylindrical-coordinate representation of color #D3C8C7: hue angle of 5º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3C8C7 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 200 | 199 | - |
CMYK | 0 | 0.05 | 0.06 | 0.17 |
HSL | 5º | 0.12% | 0.8% | - |
HSV(B) | 5º | 0.06% | 0.83% | - |
XYZ | 57.83 | 59.28 | 62.43 | - |
YUV | 203.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 200 | 199 | 0 | 0.05 | 0.06 | 0.17 | 5 | 0.12 | 0.8 |
Hex | D3 | C8 | C7 | 0 | 5 | 6 | 11 | 5 | C | 50 |
Octal | 323 | 310 | 307 | 0 | 5 | 6 | 21 | 5 | 14 | 120 |
Binary | 11010011 | 11001000 | 11000111 | 0 | 101 | 110 | 10001 | 101 | 1100 | 1010000 |
Color Harmonies of #D3C8C7
Complementary color
Monochromatic Colors of #D3C8C7
Black with #D3C8C7
Text Example
Text Example
White with #D3C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C8C7; }
p { color: rgb(211,200,199); }
H1.HeaderClassName
{
color: #D3C8C7;
}
.AnyTagClassName
{
color: #D3C8C7;
}
</style>
background-color css
<style>
a { background-color: #D3C8C7; }
a { background-color: rgb(211,200,199); }
div.DivClassName
{
background-color: #D3C8C7;
}
.BgClassName
{
background-color: #D3C8C7;
}
</style>
border-color css
<style>
span { border-color: #D3C8C7; }
span { border-color: rgb(211,200,199); }
td.TdClassName
{
border-color: #D3C8C7;
}
.TagClassName
{
border-color: #D3C8C7;
}
</style>