Shades of Twilight #CFC6CC
Tints of Twilight #CFC6CC
RGB
CMYK
RGB Variations
Color information
#CFC6CC (or 0xCFC6CC) is known color: Twilight. HEX triplet: CF, C6 and CC. RGB value is (207,198,204). Sum of RGB (Red+Green+Blue) = 207+198+204=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6CC is #303933. Grayscale: #C9C9C9. Windows color (decimal): -3160372 or 13420239. OLE color: 13420239.
HSL color Cylindrical-coordinate representation of color #CFC6CC: hue angle of 320º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC6CC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 204 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.19 |
| HSL | 320º | 0.09% | 0.79% | - |
| HSV(B) | 320º | 0.04% | 0.81% | - |
| XYZ | 56.83 | 58.01 | 65.33 | - |
| YUV | 201.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 204 | 0 | 0.04 | 0.01 | 0.19 | 320 | 0.09 | 0.79 |
| Hex | CF | C6 | CC | 0 | 4 | 1 | 13 | 140 | 9 | 4F |
| Octal | 317 | 306 | 314 | 0 | 4 | 1 | 23 | 500 | 11 | 117 |
| Binary | 11001111 | 11000110 | 11001100 | 0 | 100 | 1 | 10011 | 101000000 | 1001 | 1001111 |
Color Harmonies of #CFC6CC
Complementary color
Monochromatic Colors of #CFC6CC
Black with #CFC6CC
Text Example
Text Example
White with #CFC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6CC; }
p { color: rgb(207,198,204); }
H1.HeaderClassName
{
color: #CFC6CC;
}
.AnyTagClassName
{
color: #CFC6CC;
}
</style>
background-color css
<style>
a { background-color: #CFC6CC; }
a { background-color: rgb(207,198,204); }
div.DivClassName
{
background-color: #CFC6CC;
}
.BgClassName
{
background-color: #CFC6CC;
}
</style>
border-color css
<style>
span { border-color: #CFC6CC; }
span { border-color: rgb(207,198,204); }
td.TdClassName
{
border-color: #CFC6CC;
}
.TagClassName
{
border-color: #CFC6CC;
}
</style>