Shades of Twilight #CFC2C7
Tints of Twilight #CFC2C7
RGB
CMYK
RGB Variations
Color information
#CFC2C7 (or 0xCFC2C7) is known color: Twilight. HEX triplet: CF, C2 and C7. RGB value is (207,194,199). Sum of RGB (Red+Green+Blue) = 207+194+199=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2C7 is #303D38. Grayscale: #C6C6C6. Windows color (decimal): -3161401 or 13091535. OLE color: 13091535.
HSL color Cylindrical-coordinate representation of color #CFC2C7: hue angle of 336.92º 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 #CFC2C7 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 199 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.19 |
| HSL | 336.92º | 0.12% | 0.79% | - |
| HSV(B) | 336.92º | 0.06% | 0.81% | - |
| XYZ | 55.33 | 55.97 | 61.92 | - |
| YUV | 198.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 199 | 0 | 0.06 | 0.04 | 0.19 | 336.92 | 0.12 | 0.79 |
| Hex | CF | C2 | C7 | 0 | 6 | 4 | 13 | 151 | C | 4F |
| Octal | 317 | 302 | 307 | 0 | 6 | 4 | 23 | 521 | 14 | 117 |
| Binary | 11001111 | 11000010 | 11000111 | 0 | 110 | 100 | 10011 | 101010001 | 1100 | 1001111 |
Color Harmonies of #CFC2C7
Complementary color
Monochromatic Colors of #CFC2C7
Black with #CFC2C7
Text Example
Text Example
White with #CFC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2C7; }
p { color: rgb(207,194,199); }
H1.HeaderClassName
{
color: #CFC2C7;
}
.AnyTagClassName
{
color: #CFC2C7;
}
</style>
background-color css
<style>
a { background-color: #CFC2C7; }
a { background-color: rgb(207,194,199); }
div.DivClassName
{
background-color: #CFC2C7;
}
.BgClassName
{
background-color: #CFC2C7;
}
</style>
border-color css
<style>
span { border-color: #CFC2C7; }
span { border-color: rgb(207,194,199); }
td.TdClassName
{
border-color: #CFC2C7;
}
.TagClassName
{
border-color: #CFC2C7;
}
</style>