Shades of Twilight #CFBBC6
Tints of Twilight #CFBBC6
RGB
CMYK
RGB Variations
Color information
#CFBBC6 (or 0xCFBBC6) is known color: Twilight. HEX triplet: CF, BB and C6. RGB value is (207,187,198). Sum of RGB (Red+Green+Blue) = 207+187+198=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC6 is #304439. Grayscale: #C2C2C2. Windows color (decimal): -3163194 or 13024207. OLE color: 13024207.
HSL color Cylindrical-coordinate representation of color #CFBBC6: hue angle of 327º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBC6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 198 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.19 |
| HSL | 327º | 0.17% | 0.77% | - |
| HSV(B) | 327º | 0.1% | 0.81% | - |
| XYZ | 53.7 | 52.88 | 60.8 | - |
| YUV | 194.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 198 | 0 | 0.10 | 0.04 | 0.19 | 327 | 0.17 | 0.77 |
| Hex | CF | BB | C6 | 0 | A | 4 | 13 | 147 | 11 | 4D |
| Octal | 317 | 273 | 306 | 0 | 12 | 4 | 23 | 507 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11000110 | 0 | 1010 | 100 | 10011 | 101000111 | 10001 | 1001101 |
Color Harmonies of #CFBBC6
Complementary color
Monochromatic Colors of #CFBBC6
Black with #CFBBC6
Text Example
Text Example
White with #CFBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC6; }
p { color: rgb(207,187,198); }
H1.HeaderClassName
{
color: #CFBBC6;
}
.AnyTagClassName
{
color: #CFBBC6;
}
</style>
background-color css
<style>
a { background-color: #CFBBC6; }
a { background-color: rgb(207,187,198); }
div.DivClassName
{
background-color: #CFBBC6;
}
.BgClassName
{
background-color: #CFBBC6;
}
</style>
border-color css
<style>
span { border-color: #CFBBC6; }
span { border-color: rgb(207,187,198); }
td.TdClassName
{
border-color: #CFBBC6;
}
.TagClassName
{
border-color: #CFBBC6;
}
</style>