Shades of Twilight #CEC5CB
Tints of Twilight #CEC5CB
RGB
CMYK
RGB Variations
Color information
#CEC5CB (or 0xCEC5CB) is known color: Twilight. HEX triplet: CE, C5 and CB. RGB value is (206,197,203). Sum of RGB (Red+Green+Blue) = 206+197+203=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5CB is #313A34. Grayscale: #C8C8C8. Windows color (decimal): -3226165 or 13354446. OLE color: 13354446.
HSL color Cylindrical-coordinate representation of color #CEC5CB: hue angle of 320º 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 #CEC5CB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 203 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.19 |
| HSL | 320º | 0.08% | 0.79% | - |
| HSV(B) | 320º | 0.04% | 0.81% | - |
| XYZ | 56.2 | 57.37 | 64.61 | - |
| YUV | 200.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 203 | 0 | 0.04 | 0.01 | 0.19 | 320 | 0.08 | 0.79 |
| Hex | CE | C5 | CB | 0 | 4 | 1 | 13 | 140 | 8 | 4F |
| Octal | 316 | 305 | 313 | 0 | 4 | 1 | 23 | 500 | 10 | 117 |
| Binary | 11001110 | 11000101 | 11001011 | 0 | 100 | 1 | 10011 | 101000000 | 1000 | 1001111 |
Color Harmonies of #CEC5CB
Complementary color
Monochromatic Colors of #CEC5CB
Black with #CEC5CB
Text Example
Text Example
White with #CEC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5CB; }
p { color: rgb(206,197,203); }
H1.HeaderClassName
{
color: #CEC5CB;
}
.AnyTagClassName
{
color: #CEC5CB;
}
</style>
background-color css
<style>
a { background-color: #CEC5CB; }
a { background-color: rgb(206,197,203); }
div.DivClassName
{
background-color: #CEC5CB;
}
.BgClassName
{
background-color: #CEC5CB;
}
</style>
border-color css
<style>
span { border-color: #CEC5CB; }
span { border-color: rgb(206,197,203); }
td.TdClassName
{
border-color: #CEC5CB;
}
.TagClassName
{
border-color: #CEC5CB;
}
</style>