Shades of Twilight #CEC3CA
Tints of Twilight #CEC3CA
RGB
CMYK
RGB Variations
Color information
#CEC3CA (or 0xCEC3CA) is known color: Twilight. HEX triplet: CE, C3 and CA. RGB value is (206,195,202). Sum of RGB (Red+Green+Blue) = 206+195+202=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CA is #313C35. Grayscale: #C7C7C7. Windows color (decimal): -3226678 or 13288398. OLE color: 13288398.
HSL color Cylindrical-coordinate representation of color #CEC3CA: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC3CA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 202 | - |
CMYK | 0 | 0.05 | 0.02 | 0.19 |
HSL | 321.82º | 0.1% | 0.79% | - |
HSV(B) | 321.82º | 0.05% | 0.81% | - |
XYZ | 55.63 | 56.42 | 63.83 | - |
YUV | 199.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 202 | 0 | 0.05 | 0.02 | 0.19 | 321.82 | 0.1 | 0.79 |
Hex | CE | C3 | CA | 0 | 5 | 2 | 13 | 142 | A | 4F |
Octal | 316 | 303 | 312 | 0 | 5 | 2 | 23 | 502 | 12 | 117 |
Binary | 11001110 | 11000011 | 11001010 | 0 | 101 | 10 | 10011 | 101000010 | 1010 | 1001111 |
Color Harmonies of #CEC3CA
Complementary color
Monochromatic Colors of #CEC3CA
Black with #CEC3CA
Text Example
Text Example
White with #CEC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3CA; }
p { color: rgb(206,195,202); }
H1.HeaderClassName
{
color: #CEC3CA;
}
.AnyTagClassName
{
color: #CEC3CA;
}
</style>
background-color css
<style>
a { background-color: #CEC3CA; }
a { background-color: rgb(206,195,202); }
div.DivClassName
{
background-color: #CEC3CA;
}
.BgClassName
{
background-color: #CEC3CA;
}
</style>
border-color css
<style>
span { border-color: #CEC3CA; }
span { border-color: rgb(206,195,202); }
td.TdClassName
{
border-color: #CEC3CA;
}
.TagClassName
{
border-color: #CEC3CA;
}
</style>