Shades of Twilight #CFBBC5
Tints of Twilight #CFBBC5
RGB
CMYK
RGB Variations
Color information
#CFBBC5 (or 0xCFBBC5) is known color: Twilight. HEX triplet: CF, BB and C5. RGB value is (207,187,197). Sum of RGB (Red+Green+Blue) = 207+187+197=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC5 is #30443A. Grayscale: #C2C2C2. Windows color (decimal): -3163195 or 12958671. OLE color: 12958671.
HSL color Cylindrical-coordinate representation of color #CFBBC5: hue angle of 330º 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 #CFBBC5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 197 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.19 |
| HSL | 330º | 0.17% | 0.77% | - |
| HSV(B) | 330º | 0.1% | 0.81% | - |
| XYZ | 53.58 | 52.84 | 60.2 | - |
| YUV | 194.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 197 | 0 | 0.10 | 0.05 | 0.19 | 330 | 0.17 | 0.77 |
| Hex | CF | BB | C5 | 0 | A | 5 | 13 | 14A | 11 | 4D |
| Octal | 317 | 273 | 305 | 0 | 12 | 5 | 23 | 512 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11000101 | 0 | 1010 | 101 | 10011 | 101001010 | 10001 | 1001101 |
Color Harmonies of #CFBBC5
Complementary color
Monochromatic Colors of #CFBBC5
Black with #CFBBC5
Text Example
Text Example
White with #CFBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC5; }
p { color: rgb(207,187,197); }
H1.HeaderClassName
{
color: #CFBBC5;
}
.AnyTagClassName
{
color: #CFBBC5;
}
</style>
background-color css
<style>
a { background-color: #CFBBC5; }
a { background-color: rgb(207,187,197); }
div.DivClassName
{
background-color: #CFBBC5;
}
.BgClassName
{
background-color: #CFBBC5;
}
</style>
border-color css
<style>
span { border-color: #CFBBC5; }
span { border-color: rgb(207,187,197); }
td.TdClassName
{
border-color: #CFBBC5;
}
.TagClassName
{
border-color: #CFBBC5;
}
</style>