Shades of Bone #D1BEAF
Tints of Bone #D1BEAF
RGB
CMYK
RGB Variations
Color information
#D1BEAF (or 0xD1BEAF) is known color: Bone. HEX triplet: D1, BE and AF. RGB value is (209,190,175). Sum of RGB (Red+Green+Blue) = 209+190+175=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEAF is #2E4150. Grayscale: #C2C2C2. Windows color (decimal): -3031377 or 11517649. OLE color: 11517649.
HSL color Cylindrical-coordinate representation of color #D1BEAF: hue angle of 26.47º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1BEAF is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 175 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.18 |
| HSL | 26.47º | 0.27% | 0.75% | - |
| HSV(B) | 26.47º | 0.16% | 0.82% | - |
| XYZ | 52.45 | 53.48 | 48.12 | - |
| YUV | 193.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 175 | 0 | 0.09 | 0.16 | 0.18 | 26.47 | 0.27 | 0.75 |
| Hex | D1 | BE | AF | 0 | 9 | 10 | 12 | 1A | 1B | 4B |
| Octal | 321 | 276 | 257 | 0 | 11 | 20 | 22 | 32 | 33 | 113 |
| Binary | 11010001 | 10111110 | 10101111 | 0 | 1001 | 10000 | 10010 | 11010 | 11011 | 1001011 |
Color Harmonies of #D1BEAF
Complementary color
Monochromatic Colors of #D1BEAF
Black with #D1BEAF
Text Example
Text Example
White with #D1BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEAF; }
p { color: rgb(209,190,175); }
H1.HeaderClassName
{
color: #D1BEAF;
}
.AnyTagClassName
{
color: #D1BEAF;
}
</style>
background-color css
<style>
a { background-color: #D1BEAF; }
a { background-color: rgb(209,190,175); }
div.DivClassName
{
background-color: #D1BEAF;
}
.BgClassName
{
background-color: #D1BEAF;
}
</style>
border-color css
<style>
span { border-color: #D1BEAF; }
span { border-color: rgb(209,190,175); }
td.TdClassName
{
border-color: #D1BEAF;
}
.TagClassName
{
border-color: #D1BEAF;
}
</style>