Shades of Twilight #CFC4CB
Tints of Twilight #CFC4CB
RGB
CMYK
RGB Variations
Color information
#CFC4CB (or 0xCFC4CB) is known color: Twilight. HEX triplet: CF, C4 and CB. RGB value is (207,196,203). Sum of RGB (Red+Green+Blue) = 207+196+203=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4CB is #303B34. Grayscale: #C8C8C8. Windows color (decimal): -3160885 or 13354191. OLE color: 13354191.
HSL color Cylindrical-coordinate representation of color #CFC4CB: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC4CB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 203 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.19 |
| HSL | 321.82º | 0.1% | 0.79% | - |
| HSV(B) | 321.82º | 0.05% | 0.81% | - |
| XYZ | 56.25 | 57.06 | 64.55 | - |
| YUV | 200.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 203 | 0 | 0.05 | 0.02 | 0.19 | 321.82 | 0.1 | 0.79 |
| Hex | CF | C4 | CB | 0 | 5 | 2 | 13 | 142 | A | 4F |
| Octal | 317 | 304 | 313 | 0 | 5 | 2 | 23 | 502 | 12 | 117 |
| Binary | 11001111 | 11000100 | 11001011 | 0 | 101 | 10 | 10011 | 101000010 | 1010 | 1001111 |
Color Harmonies of #CFC4CB
Complementary color
Monochromatic Colors of #CFC4CB
Black with #CFC4CB
Text Example
Text Example
White with #CFC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4CB; }
p { color: rgb(207,196,203); }
H1.HeaderClassName
{
color: #CFC4CB;
}
.AnyTagClassName
{
color: #CFC4CB;
}
</style>
background-color css
<style>
a { background-color: #CFC4CB; }
a { background-color: rgb(207,196,203); }
div.DivClassName
{
background-color: #CFC4CB;
}
.BgClassName
{
background-color: #CFC4CB;
}
</style>
border-color css
<style>
span { border-color: #CFC4CB; }
span { border-color: rgb(207,196,203); }
td.TdClassName
{
border-color: #CFC4CB;
}
.TagClassName
{
border-color: #CFC4CB;
}
</style>