Shades of Cold Turkey #D1BBBB
Tints of Cold Turkey #D1BBBB
RGB
CMYK
RGB Variations
Color information
#D1BBBB (or 0xD1BBBB) is known color: Cold Turkey. HEX triplet: D1, BB and BB. RGB value is (209,187,187). Sum of RGB (Red+Green+Blue) = 209+187+187=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBBB is #2E4444. Grayscale: #C1C1C1. Windows color (decimal): -3032133 or 12303313. OLE color: 12303313.
HSL color Cylindrical-coordinate representation of color #D1BBBB: hue angle of 0º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBBB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 187 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 0º | 0.19% | 0.78% | - |
| HSV(B) | 0º | 0.11% | 0.82% | - |
| XYZ | 53.03 | 52.68 | 54.39 | - |
| YUV | 193.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 187 | 0 | 0.11 | 0.11 | 0.18 | 0 | 0.19 | 0.78 |
| Hex | D1 | BB | BB | 0 | B | B | 12 | 0 | 13 | 4E |
| Octal | 321 | 273 | 273 | 0 | 13 | 13 | 22 | 0 | 23 | 116 |
| Binary | 11010001 | 10111011 | 10111011 | 0 | 1011 | 1011 | 10010 | 0 | 10011 | 1001110 |
Color Harmonies of #D1BBBB
Complementary color
Monochromatic Colors of #D1BBBB
Black with #D1BBBB
Text Example
Text Example
White with #D1BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBBB; }
p { color: rgb(209,187,187); }
H1.HeaderClassName
{
color: #D1BBBB;
}
.AnyTagClassName
{
color: #D1BBBB;
}
</style>
background-color css
<style>
a { background-color: #D1BBBB; }
a { background-color: rgb(209,187,187); }
div.DivClassName
{
background-color: #D1BBBB;
}
.BgClassName
{
background-color: #D1BBBB;
}
</style>
border-color css
<style>
span { border-color: #D1BBBB; }
span { border-color: rgb(209,187,187); }
td.TdClassName
{
border-color: #D1BBBB;
}
.TagClassName
{
border-color: #D1BBBB;
}
</style>