Shades of Twilight #CFC1CA
Tints of Twilight #CFC1CA
RGB
CMYK
RGB Variations
Color information
#CFC1CA (or 0xCFC1CA) is known color: Twilight. HEX triplet: CF, C1 and CA. RGB value is (207,193,202). Sum of RGB (Red+Green+Blue) = 207+193+202=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CA is #303E35. Grayscale: #C6C6C6. Windows color (decimal): -3161654 or 13287887. OLE color: 13287887.
HSL color Cylindrical-coordinate representation of color #CFC1CA: hue angle of 321.43º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1CA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 202 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.19 |
| HSL | 321.43º | 0.13% | 0.78% | - |
| HSV(B) | 321.43º | 0.07% | 0.81% | - |
| XYZ | 55.46 | 55.67 | 63.7 | - |
| YUV | 198.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 202 | 0 | 0.07 | 0.02 | 0.19 | 321.43 | 0.13 | 0.78 |
| Hex | CF | C1 | CA | 0 | 7 | 2 | 13 | 141 | D | 4E |
| Octal | 317 | 301 | 312 | 0 | 7 | 2 | 23 | 501 | 15 | 116 |
| Binary | 11001111 | 11000001 | 11001010 | 0 | 111 | 10 | 10011 | 101000001 | 1101 | 1001110 |
Color Harmonies of #CFC1CA
Complementary color
Monochromatic Colors of #CFC1CA
Black with #CFC1CA
Text Example
Text Example
White with #CFC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1CA; }
p { color: rgb(207,193,202); }
H1.HeaderClassName
{
color: #CFC1CA;
}
.AnyTagClassName
{
color: #CFC1CA;
}
</style>
background-color css
<style>
a { background-color: #CFC1CA; }
a { background-color: rgb(207,193,202); }
div.DivClassName
{
background-color: #CFC1CA;
}
.BgClassName
{
background-color: #CFC1CA;
}
</style>
border-color css
<style>
span { border-color: #CFC1CA; }
span { border-color: rgb(207,193,202); }
td.TdClassName
{
border-color: #CFC1CA;
}
.TagClassName
{
border-color: #CFC1CA;
}
</style>