Shades of Twilight #CEC2CA
Tints of Twilight #CEC2CA
RGB
CMYK
RGB Variations
Color information
#CEC2CA (or 0xCEC2CA) is known color: Twilight. HEX triplet: CE, C2 and CA. RGB value is (206,194,202). Sum of RGB (Red+Green+Blue) = 206+194+202=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CA is #313D35. Grayscale: #C6C6C6. Windows color (decimal): -3226934 or 13288142. OLE color: 13288142.
HSL color Cylindrical-coordinate representation of color #CEC2CA: hue angle of 320º 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 #CEC2CA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 202 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.19 |
| HSL | 320º | 0.11% | 0.78% | - |
| HSV(B) | 320º | 0.06% | 0.81% | - |
| XYZ | 55.41 | 55.97 | 63.76 | - |
| YUV | 198.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 202 | 0 | 0.06 | 0.02 | 0.19 | 320 | 0.11 | 0.78 |
| Hex | CE | C2 | CA | 0 | 6 | 2 | 13 | 140 | B | 4E |
| Octal | 316 | 302 | 312 | 0 | 6 | 2 | 23 | 500 | 13 | 116 |
| Binary | 11001110 | 11000010 | 11001010 | 0 | 110 | 10 | 10011 | 101000000 | 1011 | 1001110 |
Color Harmonies of #CEC2CA
Complementary color
Monochromatic Colors of #CEC2CA
Black with #CEC2CA
Text Example
Text Example
White with #CEC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CA; }
p { color: rgb(206,194,202); }
H1.HeaderClassName
{
color: #CEC2CA;
}
.AnyTagClassName
{
color: #CEC2CA;
}
</style>
background-color css
<style>
a { background-color: #CEC2CA; }
a { background-color: rgb(206,194,202); }
div.DivClassName
{
background-color: #CEC2CA;
}
.BgClassName
{
background-color: #CEC2CA;
}
</style>
border-color css
<style>
span { border-color: #CEC2CA; }
span { border-color: rgb(206,194,202); }
td.TdClassName
{
border-color: #CEC2CA;
}
.TagClassName
{
border-color: #CEC2CA;
}
</style>