Shades of Twilight #CEC8CA
Tints of Twilight #CEC8CA
RGB
CMYK
RGB Variations
Color information
#CEC8CA (or 0xCEC8CA) is known color: Twilight. HEX triplet: CE, C8 and CA. RGB value is (206,200,202). Sum of RGB (Red+Green+Blue) = 206+200+202=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CA is #313735. Grayscale: #CACACA. Windows color (decimal): -3225398 or 13289678. OLE color: 13289678.
HSL color Cylindrical-coordinate representation of color #CEC8CA: hue angle of 340º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8CA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 202 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.19 |
| HSL | 340º | 0.06% | 0.8% | - |
| HSV(B) | 340º | 0.03% | 0.81% | - |
| XYZ | 56.77 | 58.69 | 64.21 | - |
| YUV | 202.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 202 | 0 | 0.03 | 0.02 | 0.19 | 340 | 0.06 | 0.8 |
| Hex | CE | C8 | CA | 0 | 3 | 2 | 13 | 154 | 6 | 50 |
| Octal | 316 | 310 | 312 | 0 | 3 | 2 | 23 | 524 | 6 | 120 |
| Binary | 11001110 | 11001000 | 11001010 | 0 | 11 | 10 | 10011 | 101010100 | 110 | 1010000 |
Color Harmonies of #CEC8CA
Complementary color
Monochromatic Colors of #CEC8CA
Black with #CEC8CA
Text Example
Text Example
White with #CEC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8CA; }
p { color: rgb(206,200,202); }
H1.HeaderClassName
{
color: #CEC8CA;
}
.AnyTagClassName
{
color: #CEC8CA;
}
</style>
background-color css
<style>
a { background-color: #CEC8CA; }
a { background-color: rgb(206,200,202); }
div.DivClassName
{
background-color: #CEC8CA;
}
.BgClassName
{
background-color: #CEC8CA;
}
</style>
border-color css
<style>
span { border-color: #CEC8CA; }
span { border-color: rgb(206,200,202); }
td.TdClassName
{
border-color: #CEC8CA;
}
.TagClassName
{
border-color: #CEC8CA;
}
</style>