Shades of Twilight #CEC2C7
Tints of Twilight #CEC2C7
RGB
CMYK
RGB Variations
Color information
#CEC2C7 (or 0xCEC2C7) is known color: Twilight. HEX triplet: CE, C2 and C7. RGB value is (206,194,199). Sum of RGB (Red+Green+Blue) = 206+194+199=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2C7 is #313D38. Grayscale: #C6C6C6. Windows color (decimal): -3226937 or 13091534. OLE color: 13091534.
HSL color Cylindrical-coordinate representation of color #CEC2C7: hue angle of 335º 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 #CEC2C7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 199 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.19 |
| HSL | 335º | 0.11% | 0.78% | - |
| HSV(B) | 335º | 0.06% | 0.81% | - |
| XYZ | 55.05 | 55.83 | 61.91 | - |
| YUV | 198.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 199 | 0 | 0.06 | 0.03 | 0.19 | 335 | 0.11 | 0.78 |
| Hex | CE | C2 | C7 | 0 | 6 | 3 | 13 | 14F | B | 4E |
| Octal | 316 | 302 | 307 | 0 | 6 | 3 | 23 | 517 | 13 | 116 |
| Binary | 11001110 | 11000010 | 11000111 | 0 | 110 | 11 | 10011 | 101001111 | 1011 | 1001110 |
Color Harmonies of #CEC2C7
Complementary color
Monochromatic Colors of #CEC2C7
Black with #CEC2C7
Text Example
Text Example
White with #CEC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2C7; }
p { color: rgb(206,194,199); }
H1.HeaderClassName
{
color: #CEC2C7;
}
.AnyTagClassName
{
color: #CEC2C7;
}
</style>
background-color css
<style>
a { background-color: #CEC2C7; }
a { background-color: rgb(206,194,199); }
div.DivClassName
{
background-color: #CEC2C7;
}
.BgClassName
{
background-color: #CEC2C7;
}
</style>
border-color css
<style>
span { border-color: #CEC2C7; }
span { border-color: rgb(206,194,199); }
td.TdClassName
{
border-color: #CEC2C7;
}
.TagClassName
{
border-color: #CEC2C7;
}
</style>