Shades of Twilight #CFBCC5
Tints of Twilight #CFBCC5
RGB
CMYK
RGB Variations
Color information
#CFBCC5 (or 0xCFBCC5) is known color: Twilight. HEX triplet: CF, BC and C5. RGB value is (207,188,197). Sum of RGB (Red+Green+Blue) = 207+188+197=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC5 is #30433A. Grayscale: #C2C2C2. Windows color (decimal): -3162939 or 12958927. OLE color: 12958927.
HSL color Cylindrical-coordinate representation of color #CFBCC5: hue angle of 331.58º 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 #CFBCC5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 197 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.19 |
| HSL | 331.58º | 0.17% | 0.77% | - |
| HSV(B) | 331.58º | 0.09% | 0.81% | - |
| XYZ | 53.79 | 53.26 | 60.27 | - |
| YUV | 194.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 197 | 0 | 0.09 | 0.05 | 0.19 | 331.58 | 0.17 | 0.77 |
| Hex | CF | BC | C5 | 0 | 9 | 5 | 13 | 14C | 11 | 4D |
| Octal | 317 | 274 | 305 | 0 | 11 | 5 | 23 | 514 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11000101 | 0 | 1001 | 101 | 10011 | 101001100 | 10001 | 1001101 |
Color Harmonies of #CFBCC5
Complementary color
Monochromatic Colors of #CFBCC5
Black with #CFBCC5
Text Example
Text Example
White with #CFBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC5; }
p { color: rgb(207,188,197); }
H1.HeaderClassName
{
color: #CFBCC5;
}
.AnyTagClassName
{
color: #CFBCC5;
}
</style>
background-color css
<style>
a { background-color: #CFBCC5; }
a { background-color: rgb(207,188,197); }
div.DivClassName
{
background-color: #CFBCC5;
}
.BgClassName
{
background-color: #CFBCC5;
}
</style>
border-color css
<style>
span { border-color: #CFBCC5; }
span { border-color: rgb(207,188,197); }
td.TdClassName
{
border-color: #CFBCC5;
}
.TagClassName
{
border-color: #CFBCC5;
}
</style>