Shades of Twilight #CFBCC4
Tints of Twilight #CFBCC4
RGB
CMYK
RGB Variations
Color information
#CFBCC4 (or 0xCFBCC4) is known color: Twilight. HEX triplet: CF, BC and C4. RGB value is (207,188,196). Sum of RGB (Red+Green+Blue) = 207+188+196=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC4 is #30433B. Grayscale: #C2C2C2. Windows color (decimal): -3162940 or 12893391. OLE color: 12893391.
HSL color Cylindrical-coordinate representation of color #CFBCC4: hue angle of 334.74º 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 #CFBCC4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 196 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.19 |
| HSL | 334.74º | 0.17% | 0.77% | - |
| HSV(B) | 334.74º | 0.09% | 0.81% | - |
| XYZ | 53.68 | 53.22 | 59.67 | - |
| YUV | 194.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 196 | 0 | 0.09 | 0.05 | 0.19 | 334.74 | 0.17 | 0.77 |
| Hex | CF | BC | C4 | 0 | 9 | 5 | 13 | 14F | 11 | 4D |
| Octal | 317 | 274 | 304 | 0 | 11 | 5 | 23 | 517 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11000100 | 0 | 1001 | 101 | 10011 | 101001111 | 10001 | 1001101 |
Color Harmonies of #CFBCC4
Complementary color
Monochromatic Colors of #CFBCC4
Black with #CFBCC4
Text Example
Text Example
White with #CFBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCC4; }
p { color: rgb(207,188,196); }
H1.HeaderClassName
{
color: #CFBCC4;
}
.AnyTagClassName
{
color: #CFBCC4;
}
</style>
background-color css
<style>
a { background-color: #CFBCC4; }
a { background-color: rgb(207,188,196); }
div.DivClassName
{
background-color: #CFBCC4;
}
.BgClassName
{
background-color: #CFBCC4;
}
</style>
border-color css
<style>
span { border-color: #CFBCC4; }
span { border-color: rgb(207,188,196); }
td.TdClassName
{
border-color: #CFBCC4;
}
.TagClassName
{
border-color: #CFBCC4;
}
</style>