Shades of Twilight #CFC9CC
Tints of Twilight #CFC9CC
RGB
CMYK
RGB Variations
Color information
#CFC9CC (or 0xCFC9CC) is known color: Twilight. HEX triplet: CF, C9 and CC. RGB value is (207,201,204). Sum of RGB (Red+Green+Blue) = 207+201+204=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CC is #303633. Grayscale: #CBCBCB. Windows color (decimal): -3159604 or 13421007. OLE color: 13421007.
HSL color Cylindrical-coordinate representation of color #CFC9CC: hue angle of 330º 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 #CFC9CC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 204 | - |
CMYK | 0 | 0.03 | 0.01 | 0.19 |
HSL | 330º | 0.06% | 0.8% | - |
HSV(B) | 330º | 0.03% | 0.81% | - |
XYZ | 57.52 | 59.4 | 65.56 | - |
YUV | 203.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 204 | 0 | 0.03 | 0.01 | 0.19 | 330 | 0.06 | 0.8 |
Hex | CF | C9 | CC | 0 | 3 | 1 | 13 | 14A | 6 | 50 |
Octal | 317 | 311 | 314 | 0 | 3 | 1 | 23 | 512 | 6 | 120 |
Binary | 11001111 | 11001001 | 11001100 | 0 | 11 | 1 | 10011 | 101001010 | 110 | 1010000 |
Color Harmonies of #CFC9CC
Complementary color
Monochromatic Colors of #CFC9CC
Black with #CFC9CC
Text Example
Text Example
White with #CFC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9CC; }
p { color: rgb(207,201,204); }
H1.HeaderClassName
{
color: #CFC9CC;
}
.AnyTagClassName
{
color: #CFC9CC;
}
</style>
background-color css
<style>
a { background-color: #CFC9CC; }
a { background-color: rgb(207,201,204); }
div.DivClassName
{
background-color: #CFC9CC;
}
.BgClassName
{
background-color: #CFC9CC;
}
</style>
border-color css
<style>
span { border-color: #CFC9CC; }
span { border-color: rgb(207,201,204); }
td.TdClassName
{
border-color: #CFC9CC;
}
.TagClassName
{
border-color: #CFC9CC;
}
</style>