Shades of Twilight #CEC6CA
Tints of Twilight #CEC6CA
RGB
CMYK
RGB Variations
Color information
#CEC6CA (or 0xCEC6CA) is known color: Twilight. HEX triplet: CE, C6 and CA. RGB value is (206,198,202). Sum of RGB (Red+Green+Blue) = 206+198+202=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6CA is #313935. Grayscale: #C8C8C8. Windows color (decimal): -3225910 or 13289166. OLE color: 13289166.
HSL color Cylindrical-coordinate representation of color #CEC6CA: hue angle of 330º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC6CA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 202 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.19 |
| HSL | 330º | 0.08% | 0.79% | - |
| HSV(B) | 330º | 0.04% | 0.81% | - |
| XYZ | 56.31 | 57.77 | 64.06 | - |
| YUV | 200.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 202 | 0 | 0.04 | 0.02 | 0.19 | 330 | 0.08 | 0.79 |
| Hex | CE | C6 | CA | 0 | 4 | 2 | 13 | 14A | 8 | 4F |
| Octal | 316 | 306 | 312 | 0 | 4 | 2 | 23 | 512 | 10 | 117 |
| Binary | 11001110 | 11000110 | 11001010 | 0 | 100 | 10 | 10011 | 101001010 | 1000 | 1001111 |
Color Harmonies of #CEC6CA
Complementary color
Monochromatic Colors of #CEC6CA
Black with #CEC6CA
Text Example
Text Example
White with #CEC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6CA; }
p { color: rgb(206,198,202); }
H1.HeaderClassName
{
color: #CEC6CA;
}
.AnyTagClassName
{
color: #CEC6CA;
}
</style>
background-color css
<style>
a { background-color: #CEC6CA; }
a { background-color: rgb(206,198,202); }
div.DivClassName
{
background-color: #CEC6CA;
}
.BgClassName
{
background-color: #CEC6CA;
}
</style>
border-color css
<style>
span { border-color: #CEC6CA; }
span { border-color: rgb(206,198,202); }
td.TdClassName
{
border-color: #CEC6CA;
}
.TagClassName
{
border-color: #CEC6CA;
}
</style>