Shades of Twilight #CFBCC6
Tints of Twilight #CFBCC6
RGB
CMYK
RGB Variations
Color information
#CFBCC6 (or 0xCFBCC6) is known color: Twilight. HEX triplet: CF, BC and C6. RGB value is (207,188,198). Sum of RGB (Red+Green+Blue) = 207+188+198=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC6 is #304339. Grayscale: #C2C2C2. Windows color (decimal): -3162938 or 13024463. OLE color: 13024463.
HSL color Cylindrical-coordinate representation of color #CFBCC6: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBCC6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 198 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.19 |
| HSL | 328.42º | 0.17% | 0.77% | - |
| HSV(B) | 328.42º | 0.09% | 0.81% | - |
| XYZ | 53.91 | 53.31 | 60.87 | - |
| YUV | 194.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 198 | 0 | 0.09 | 0.04 | 0.19 | 328.42 | 0.17 | 0.77 |
| Hex | CF | BC | C6 | 0 | 9 | 4 | 13 | 148 | 11 | 4D |
| Octal | 317 | 274 | 306 | 0 | 11 | 4 | 23 | 510 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11000110 | 0 | 1001 | 100 | 10011 | 101001000 | 10001 | 1001101 |
Color Harmonies of #CFBCC6
Complementary color
Monochromatic Colors of #CFBCC6
Black with #CFBCC6
Text Example
Text Example
White with #CFBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC6; }
p { color: rgb(207,188,198); }
H1.HeaderClassName
{
color: #CFBCC6;
}
.AnyTagClassName
{
color: #CFBCC6;
}
</style>
background-color css
<style>
a { background-color: #CFBCC6; }
a { background-color: rgb(207,188,198); }
div.DivClassName
{
background-color: #CFBCC6;
}
.BgClassName
{
background-color: #CFBCC6;
}
</style>
border-color css
<style>
span { border-color: #CFBCC6; }
span { border-color: rgb(207,188,198); }
td.TdClassName
{
border-color: #CFBCC6;
}
.TagClassName
{
border-color: #CFBCC6;
}
</style>