Shades of Twilight #CEC2C8
Tints of Twilight #CEC2C8
RGB
CMYK
RGB Variations
Color information
#CEC2C8 (or 0xCEC2C8) is known color: Twilight. HEX triplet: CE, C2 and C8. RGB value is (206,194,200). Sum of RGB (Red+Green+Blue) = 206+194+200=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C8 is #313D37. Grayscale: #C6C6C6. Windows color (decimal): -3226936 or 13157070. OLE color: 13157070.
HSL color Cylindrical-coordinate representation of color #CEC2C8: hue angle of 330º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2C8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 200 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.19 |
| HSL | 330º | 0.11% | 0.78% | - |
| HSV(B) | 330º | 0.06% | 0.81% | - |
| XYZ | 55.17 | 55.88 | 62.52 | - |
| YUV | 198.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 200 | 0 | 0.06 | 0.03 | 0.19 | 330 | 0.11 | 0.78 |
| Hex | CE | C2 | C8 | 0 | 6 | 3 | 13 | 14A | B | 4E |
| Octal | 316 | 302 | 310 | 0 | 6 | 3 | 23 | 512 | 13 | 116 |
| Binary | 11001110 | 11000010 | 11001000 | 0 | 110 | 11 | 10011 | 101001010 | 1011 | 1001110 |
Color Harmonies of #CEC2C8
Complementary color
Monochromatic Colors of #CEC2C8
Black with #CEC2C8
Text Example
Text Example
White with #CEC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2C8; }
p { color: rgb(206,194,200); }
H1.HeaderClassName
{
color: #CEC2C8;
}
.AnyTagClassName
{
color: #CEC2C8;
}
</style>
background-color css
<style>
a { background-color: #CEC2C8; }
a { background-color: rgb(206,194,200); }
div.DivClassName
{
background-color: #CEC2C8;
}
.BgClassName
{
background-color: #CEC2C8;
}
</style>
border-color css
<style>
span { border-color: #CEC2C8; }
span { border-color: rgb(206,194,200); }
td.TdClassName
{
border-color: #CEC2C8;
}
.TagClassName
{
border-color: #CEC2C8;
}
</style>