Shades of Cold Turkey #CEBDBB
Tints of Cold Turkey #CEBDBB
RGB
CMYK
RGB Variations
Color information
#CEBDBB (or 0xCEBDBB) is known color: Cold Turkey. HEX triplet: CE, BD and BB. RGB value is (206,189,187). Sum of RGB (Red+Green+Blue) = 206+189+187=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBB is #314244. Grayscale: #C1C1C1. Windows color (decimal): -3228229 or 12303822. OLE color: 12303822.
HSL color Cylindrical-coordinate representation of color #CEBDBB: hue angle of 6.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBDBB is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 187 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.19 |
| HSL | 6.32º | 0.16% | 0.77% | - |
| HSV(B) | 6.32º | 0.09% | 0.81% | - |
| XYZ | 52.62 | 53.1 | 54.49 | - |
| YUV | 193.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 187 | 0 | 0.08 | 0.09 | 0.19 | 6.32 | 0.16 | 0.77 |
| Hex | CE | BD | BB | 0 | 8 | 9 | 13 | 6 | 10 | 4D |
| Octal | 316 | 275 | 273 | 0 | 10 | 11 | 23 | 6 | 20 | 115 |
| Binary | 11001110 | 10111101 | 10111011 | 0 | 1000 | 1001 | 10011 | 110 | 10000 | 1001101 |
Color Harmonies of #CEBDBB
Complementary color
Monochromatic Colors of #CEBDBB
Black with #CEBDBB
Text Example
Text Example
White with #CEBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDBB; }
p { color: rgb(206,189,187); }
H1.HeaderClassName
{
color: #CEBDBB;
}
.AnyTagClassName
{
color: #CEBDBB;
}
</style>
background-color css
<style>
a { background-color: #CEBDBB; }
a { background-color: rgb(206,189,187); }
div.DivClassName
{
background-color: #CEBDBB;
}
.BgClassName
{
background-color: #CEBDBB;
}
</style>
border-color css
<style>
span { border-color: #CEBDBB; }
span { border-color: rgb(206,189,187); }
td.TdClassName
{
border-color: #CEBDBB;
}
.TagClassName
{
border-color: #CEBDBB;
}
</style>