Shades of Alto #D0C4BF
Tints of Alto #D0C4BF
RGB
CMYK
RGB Variations
Color information
#D0C4BF (or 0xD0C4BF) is known color: Alto. HEX triplet: D0, C4 and BF. RGB value is (208,196,191). Sum of RGB (Red+Green+Blue) = 208+196+191=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BF is #2F3B40. Grayscale: #C7C7C7. Windows color (decimal): -3095361 or 12567760. OLE color: 12567760.
HSL color Cylindrical-coordinate representation of color #D0C4BF: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C4BF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 191 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.18 |
| HSL | 17.65º | 0.15% | 0.78% | - |
| HSV(B) | 17.65º | 0.08% | 0.82% | - |
| XYZ | 55.16 | 56.65 | 57.32 | - |
| YUV | 199.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 191 | 0 | 0.06 | 0.08 | 0.18 | 17.65 | 0.15 | 0.78 |
| Hex | D0 | C4 | BF | 0 | 6 | 8 | 12 | 12 | F | 4E |
| Octal | 320 | 304 | 277 | 0 | 6 | 10 | 22 | 22 | 17 | 116 |
| Binary | 11010000 | 11000100 | 10111111 | 0 | 110 | 1000 | 10010 | 10010 | 1111 | 1001110 |
Color Harmonies of #D0C4BF
Complementary color
Monochromatic Colors of #D0C4BF
Black with #D0C4BF
Text Example
Text Example
White with #D0C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4BF; }
p { color: rgb(208,196,191); }
H1.HeaderClassName
{
color: #D0C4BF;
}
.AnyTagClassName
{
color: #D0C4BF;
}
</style>
background-color css
<style>
a { background-color: #D0C4BF; }
a { background-color: rgb(208,196,191); }
div.DivClassName
{
background-color: #D0C4BF;
}
.BgClassName
{
background-color: #D0C4BF;
}
</style>
border-color css
<style>
span { border-color: #D0C4BF; }
span { border-color: rgb(208,196,191); }
td.TdClassName
{
border-color: #D0C4BF;
}
.TagClassName
{
border-color: #D0C4BF;
}
</style>