Shades of Twilight #CFC2CA
Tints of Twilight #CFC2CA
RGB
CMYK
RGB Variations
Color information
#CFC2CA (or 0xCFC2CA) is known color: Twilight. HEX triplet: CF, C2 and CA. RGB value is (207,194,202). Sum of RGB (Red+Green+Blue) = 207+194+202=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2CA is #303D35. Grayscale: #C6C6C6. Windows color (decimal): -3161398 or 13288143. OLE color: 13288143.
HSL color Cylindrical-coordinate representation of color #CFC2CA: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2CA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 202 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.19 |
| HSL | 323.08º | 0.12% | 0.79% | - |
| HSV(B) | 323.08º | 0.06% | 0.81% | - |
| XYZ | 55.68 | 56.11 | 63.77 | - |
| YUV | 198.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 202 | 0 | 0.06 | 0.02 | 0.19 | 323.08 | 0.12 | 0.79 |
| Hex | CF | C2 | CA | 0 | 6 | 2 | 13 | 143 | C | 4F |
| Octal | 317 | 302 | 312 | 0 | 6 | 2 | 23 | 503 | 14 | 117 |
| Binary | 11001111 | 11000010 | 11001010 | 0 | 110 | 10 | 10011 | 101000011 | 1100 | 1001111 |
Color Harmonies of #CFC2CA
Complementary color
Monochromatic Colors of #CFC2CA
Black with #CFC2CA
Text Example
Text Example
White with #CFC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2CA; }
p { color: rgb(207,194,202); }
H1.HeaderClassName
{
color: #CFC2CA;
}
.AnyTagClassName
{
color: #CFC2CA;
}
</style>
background-color css
<style>
a { background-color: #CFC2CA; }
a { background-color: rgb(207,194,202); }
div.DivClassName
{
background-color: #CFC2CA;
}
.BgClassName
{
background-color: #CFC2CA;
}
</style>
border-color css
<style>
span { border-color: #CFC2CA; }
span { border-color: rgb(207,194,202); }
td.TdClassName
{
border-color: #CFC2CA;
}
.TagClassName
{
border-color: #CFC2CA;
}
</style>