Shades of Twilight #CFC7CD
Tints of Twilight #CFC7CD
RGB
CMYK
RGB Variations
Color information
#CFC7CD (or 0xCFC7CD) is known color: Twilight. HEX triplet: CF, C7 and CD. RGB value is (207,199,205). Sum of RGB (Red+Green+Blue) = 207+199+205=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7CD is #303832. Grayscale: #CACACA. Windows color (decimal): -3160115 or 13486031. OLE color: 13486031.
HSL color Cylindrical-coordinate representation of color #CFC7CD: hue angle of 315º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7CD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 199 | 205 | - |
CMYK | 0 | 0.04 | 0.01 | 0.19 |
HSL | 315º | 0.08% | 0.8% | - |
HSV(B) | 315º | 0.04% | 0.81% | - |
XYZ | 57.18 | 58.52 | 66.04 | - |
YUV | 202.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 205 | 0 | 0.04 | 0.01 | 0.19 | 315 | 0.08 | 0.8 |
Hex | CF | C7 | CD | 0 | 4 | 1 | 13 | 13B | 8 | 50 |
Octal | 317 | 307 | 315 | 0 | 4 | 1 | 23 | 473 | 10 | 120 |
Binary | 11001111 | 11000111 | 11001101 | 0 | 100 | 1 | 10011 | 100111011 | 1000 | 1010000 |
Color Harmonies of #CFC7CD
Complementary color
Monochromatic Colors of #CFC7CD
Black with #CFC7CD
Text Example
Text Example
White with #CFC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7CD; }
p { color: rgb(207,199,205); }
H1.HeaderClassName
{
color: #CFC7CD;
}
.AnyTagClassName
{
color: #CFC7CD;
}
</style>
background-color css
<style>
a { background-color: #CFC7CD; }
a { background-color: rgb(207,199,205); }
div.DivClassName
{
background-color: #CFC7CD;
}
.BgClassName
{
background-color: #CFC7CD;
}
</style>
border-color css
<style>
span { border-color: #CFC7CD; }
span { border-color: rgb(207,199,205); }
td.TdClassName
{
border-color: #CFC7CD;
}
.TagClassName
{
border-color: #CFC7CD;
}
</style>