Shades of Twilight #CFC3C7
Tints of Twilight #CFC3C7
RGB
CMYK
RGB Variations
Color information
#CFC3C7 (or 0xCFC3C7) is known color: Twilight. HEX triplet: CF, C3 and C7. RGB value is (207,195,199). Sum of RGB (Red+Green+Blue) = 207+195+199=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3C7 is #303C38. Grayscale: #C7C7C7. Windows color (decimal): -3161145 or 13091791. OLE color: 13091791.
HSL color Cylindrical-coordinate representation of color #CFC3C7: hue angle of 340º 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 #CFC3C7 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 199 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.19 |
| HSL | 340º | 0.11% | 0.79% | - |
| HSV(B) | 340º | 0.06% | 0.81% | - |
| XYZ | 55.56 | 56.42 | 61.99 | - |
| YUV | 199.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 199 | 0 | 0.06 | 0.04 | 0.19 | 340 | 0.11 | 0.79 |
| Hex | CF | C3 | C7 | 0 | 6 | 4 | 13 | 154 | B | 4F |
| Octal | 317 | 303 | 307 | 0 | 6 | 4 | 23 | 524 | 13 | 117 |
| Binary | 11001111 | 11000011 | 11000111 | 0 | 110 | 100 | 10011 | 101010100 | 1011 | 1001111 |
Color Harmonies of #CFC3C7
Complementary color
Monochromatic Colors of #CFC3C7
Black with #CFC3C7
Text Example
Text Example
White with #CFC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3C7; }
p { color: rgb(207,195,199); }
H1.HeaderClassName
{
color: #CFC3C7;
}
.AnyTagClassName
{
color: #CFC3C7;
}
</style>
background-color css
<style>
a { background-color: #CFC3C7; }
a { background-color: rgb(207,195,199); }
div.DivClassName
{
background-color: #CFC3C7;
}
.BgClassName
{
background-color: #CFC3C7;
}
</style>
border-color css
<style>
span { border-color: #CFC3C7; }
span { border-color: rgb(207,195,199); }
td.TdClassName
{
border-color: #CFC3C7;
}
.TagClassName
{
border-color: #CFC3C7;
}
</style>