Shades of Twilight #CFC9CD
Tints of Twilight #CFC9CD
RGB
CMYK
RGB Variations
Color information
#CFC9CD (or 0xCFC9CD) is known color: Twilight. HEX triplet: CF, C9 and CD. RGB value is (207,201,205). Sum of RGB (Red+Green+Blue) = 207+201+205=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CD is #303632. Grayscale: #CBCBCB. Windows color (decimal): -3159603 or 13486543. OLE color: 13486543.
HSL color Cylindrical-coordinate representation of color #CFC9CD: hue angle of 320º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9CD is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 205 | - |
CMYK | 0 | 0.03 | 0.01 | 0.19 |
HSL | 320º | 0.06% | 0.8% | - |
HSV(B) | 320º | 0.03% | 0.81% | - |
XYZ | 57.64 | 59.45 | 66.19 | - |
YUV | 203.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 205 | 0 | 0.03 | 0.01 | 0.19 | 320 | 0.06 | 0.8 |
Hex | CF | C9 | CD | 0 | 3 | 1 | 13 | 140 | 6 | 50 |
Octal | 317 | 311 | 315 | 0 | 3 | 1 | 23 | 500 | 6 | 120 |
Binary | 11001111 | 11001001 | 11001101 | 0 | 11 | 1 | 10011 | 101000000 | 110 | 1010000 |
Color Harmonies of #CFC9CD
Complementary color
Monochromatic Colors of #CFC9CD
Black with #CFC9CD
Text Example
Text Example
White with #CFC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9CD; }
p { color: rgb(207,201,205); }
H1.HeaderClassName
{
color: #CFC9CD;
}
.AnyTagClassName
{
color: #CFC9CD;
}
</style>
background-color css
<style>
a { background-color: #CFC9CD; }
a { background-color: rgb(207,201,205); }
div.DivClassName
{
background-color: #CFC9CD;
}
.BgClassName
{
background-color: #CFC9CD;
}
</style>
border-color css
<style>
span { border-color: #CFC9CD; }
span { border-color: rgb(207,201,205); }
td.TdClassName
{
border-color: #CFC9CD;
}
.TagClassName
{
border-color: #CFC9CD;
}
</style>