Shades of Twilight #CEC5C8
Tints of Twilight #CEC5C8
RGB
CMYK
RGB Variations
Color information
#CEC5C8 (or 0xCEC5C8) is known color: Twilight. HEX triplet: CE, C5 and C8. RGB value is (206,197,200). Sum of RGB (Red+Green+Blue) = 206+197+200=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5C8 is #313A37. Grayscale: #C8C8C8. Windows color (decimal): -3226168 or 13157838. OLE color: 13157838.
HSL color Cylindrical-coordinate representation of color #CEC5C8: hue angle of 340º 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 #CEC5C8 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 197 | 200 | - |
CMYK | 0 | 0.04 | 0.03 | 0.19 |
HSL | 340º | 0.08% | 0.79% | - |
HSV(B) | 340º | 0.04% | 0.81% | - |
XYZ | 55.85 | 57.22 | 62.75 | - |
YUV | 200.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 200 | 0 | 0.04 | 0.03 | 0.19 | 340 | 0.08 | 0.79 |
Hex | CE | C5 | C8 | 0 | 4 | 3 | 13 | 154 | 8 | 4F |
Octal | 316 | 305 | 310 | 0 | 4 | 3 | 23 | 524 | 10 | 117 |
Binary | 11001110 | 11000101 | 11001000 | 0 | 100 | 11 | 10011 | 101010100 | 1000 | 1001111 |
Color Harmonies of #CEC5C8
Complementary color
Monochromatic Colors of #CEC5C8
Black with #CEC5C8
Text Example
Text Example
White with #CEC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5C8; }
p { color: rgb(206,197,200); }
H1.HeaderClassName
{
color: #CEC5C8;
}
.AnyTagClassName
{
color: #CEC5C8;
}
</style>
background-color css
<style>
a { background-color: #CEC5C8; }
a { background-color: rgb(206,197,200); }
div.DivClassName
{
background-color: #CEC5C8;
}
.BgClassName
{
background-color: #CEC5C8;
}
</style>
border-color css
<style>
span { border-color: #CEC5C8; }
span { border-color: rgb(206,197,200); }
td.TdClassName
{
border-color: #CEC5C8;
}
.TagClassName
{
border-color: #CEC5C8;
}
</style>