Shades of Twilight #CEC7CA
Tints of Twilight #CEC7CA
RGB
CMYK
RGB Variations
Color information
#CEC7CA (or 0xCEC7CA) is known color: Twilight. HEX triplet: CE, C7 and CA. RGB value is (206,199,202). Sum of RGB (Red+Green+Blue) = 206+199+202=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CA is #313835. Grayscale: #C9C9C9. Windows color (decimal): -3225654 or 13289422. OLE color: 13289422.
HSL color Cylindrical-coordinate representation of color #CEC7CA: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC7CA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 202 | - |
CMYK | 0 | 0.03 | 0.02 | 0.19 |
HSL | 334.29º | 0.07% | 0.79% | - |
HSV(B) | 334.29º | 0.03% | 0.81% | - |
XYZ | 56.54 | 58.23 | 64.14 | - |
YUV | 201.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 202 | 0 | 0.03 | 0.02 | 0.19 | 334.29 | 0.07 | 0.79 |
Hex | CE | C7 | CA | 0 | 3 | 2 | 13 | 14E | 7 | 4F |
Octal | 316 | 307 | 312 | 0 | 3 | 2 | 23 | 516 | 7 | 117 |
Binary | 11001110 | 11000111 | 11001010 | 0 | 11 | 10 | 10011 | 101001110 | 111 | 1001111 |
Color Harmonies of #CEC7CA
Complementary color
Monochromatic Colors of #CEC7CA
Black with #CEC7CA
Text Example
Text Example
White with #CEC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7CA; }
p { color: rgb(206,199,202); }
H1.HeaderClassName
{
color: #CEC7CA;
}
.AnyTagClassName
{
color: #CEC7CA;
}
</style>
background-color css
<style>
a { background-color: #CEC7CA; }
a { background-color: rgb(206,199,202); }
div.DivClassName
{
background-color: #CEC7CA;
}
.BgClassName
{
background-color: #CEC7CA;
}
</style>
border-color css
<style>
span { border-color: #CEC7CA; }
span { border-color: rgb(206,199,202); }
td.TdClassName
{
border-color: #CEC7CA;
}
.TagClassName
{
border-color: #CEC7CA;
}
</style>