Shades of Twilight #CFC3CB
Tints of Twilight #CFC3CB
RGB
CMYK
RGB Variations
Color information
#CFC3CB (or 0xCFC3CB) is known color: Twilight. HEX triplet: CF, C3 and CB. RGB value is (207,195,203). Sum of RGB (Red+Green+Blue) = 207+195+203=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3CB is #303C34. Grayscale: #C7C7C7. Windows color (decimal): -3161141 or 13353935. OLE color: 13353935.
HSL color Cylindrical-coordinate representation of color #CFC3CB: hue angle of 320º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC3CB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 203 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.19 |
| HSL | 320º | 0.11% | 0.79% | - |
| HSV(B) | 320º | 0.06% | 0.81% | - |
| XYZ | 56.03 | 56.61 | 64.47 | - |
| YUV | 199.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 203 | 0 | 0.06 | 0.02 | 0.19 | 320 | 0.11 | 0.79 |
| Hex | CF | C3 | CB | 0 | 6 | 2 | 13 | 140 | B | 4F |
| Octal | 317 | 303 | 313 | 0 | 6 | 2 | 23 | 500 | 13 | 117 |
| Binary | 11001111 | 11000011 | 11001011 | 0 | 110 | 10 | 10011 | 101000000 | 1011 | 1001111 |
Color Harmonies of #CFC3CB
Complementary color
Monochromatic Colors of #CFC3CB
Black with #CFC3CB
Text Example
Text Example
White with #CFC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3CB; }
p { color: rgb(207,195,203); }
H1.HeaderClassName
{
color: #CFC3CB;
}
.AnyTagClassName
{
color: #CFC3CB;
}
</style>
background-color css
<style>
a { background-color: #CFC3CB; }
a { background-color: rgb(207,195,203); }
div.DivClassName
{
background-color: #CFC3CB;
}
.BgClassName
{
background-color: #CFC3CB;
}
</style>
border-color css
<style>
span { border-color: #CFC3CB; }
span { border-color: rgb(207,195,203); }
td.TdClassName
{
border-color: #CFC3CB;
}
.TagClassName
{
border-color: #CFC3CB;
}
</style>