Shades of Twilight #CEB7C1
Tints of Twilight #CEB7C1
RGB
CMYK
RGB Variations
Color information
#CEB7C1 (or 0xCEB7C1) is known color: Twilight. HEX triplet: CE, B7 and C1. RGB value is (206,183,193). Sum of RGB (Red+Green+Blue) = 206+183+193=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C1 is #31483E. Grayscale: #BEBEBE. Windows color (decimal): -3229759 or 12695502. OLE color: 12695502.
HSL color Cylindrical-coordinate representation of color #CEB7C1: hue angle of 333.91º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB7C1 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 193 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.19 |
| HSL | 333.91º | 0.19% | 0.76% | - |
| HSV(B) | 333.91º | 0.11% | 0.81% | - |
| XYZ | 52.01 | 50.84 | 57.52 | - |
| YUV | 191.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 193 | 0 | 0.11 | 0.06 | 0.19 | 333.91 | 0.19 | 0.76 |
| Hex | CE | B7 | C1 | 0 | B | 6 | 13 | 14E | 13 | 4C |
| Octal | 316 | 267 | 301 | 0 | 13 | 6 | 23 | 516 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11000001 | 0 | 1011 | 110 | 10011 | 101001110 | 10011 | 1001100 |
Color Harmonies of #CEB7C1
Complementary color
Monochromatic Colors of #CEB7C1
Black with #CEB7C1
Text Example
Text Example
White with #CEB7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C1; }
p { color: rgb(206,183,193); }
H1.HeaderClassName
{
color: #CEB7C1;
}
.AnyTagClassName
{
color: #CEB7C1;
}
</style>
background-color css
<style>
a { background-color: #CEB7C1; }
a { background-color: rgb(206,183,193); }
div.DivClassName
{
background-color: #CEB7C1;
}
.BgClassName
{
background-color: #CEB7C1;
}
</style>
border-color css
<style>
span { border-color: #CEB7C1; }
span { border-color: rgb(206,183,193); }
td.TdClassName
{
border-color: #CEB7C1;
}
.TagClassName
{
border-color: #CEB7C1;
}
</style>