Shades of Twilight #CFC5CC
Tints of Twilight #CFC5CC
RGB
CMYK
RGB Variations
Color information
#CFC5CC (or 0xCFC5CC) is known color: Twilight. HEX triplet: CF, C5 and CC. RGB value is (207,197,204). Sum of RGB (Red+Green+Blue) = 207+197+204=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5CC is #303A33. Grayscale: #C8C8C8. Windows color (decimal): -3160628 or 13419983. OLE color: 13419983.
HSL color Cylindrical-coordinate representation of color #CFC5CC: hue angle of 318º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC5CC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 197 | 204 | - |
CMYK | 0 | 0.05 | 0.01 | 0.19 |
HSL | 318º | 0.09% | 0.79% | - |
HSV(B) | 318º | 0.05% | 0.81% | - |
XYZ | 56.6 | 57.56 | 65.25 | - |
YUV | 200.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 204 | 0 | 0.05 | 0.01 | 0.19 | 318 | 0.09 | 0.79 |
Hex | CF | C5 | CC | 0 | 5 | 1 | 13 | 13E | 9 | 4F |
Octal | 317 | 305 | 314 | 0 | 5 | 1 | 23 | 476 | 11 | 117 |
Binary | 11001111 | 11000101 | 11001100 | 0 | 101 | 1 | 10011 | 100111110 | 1001 | 1001111 |
Color Harmonies of #CFC5CC
Complementary color
Monochromatic Colors of #CFC5CC
Black with #CFC5CC
Text Example
Text Example
White with #CFC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5CC; }
p { color: rgb(207,197,204); }
H1.HeaderClassName
{
color: #CFC5CC;
}
.AnyTagClassName
{
color: #CFC5CC;
}
</style>
background-color css
<style>
a { background-color: #CFC5CC; }
a { background-color: rgb(207,197,204); }
div.DivClassName
{
background-color: #CFC5CC;
}
.BgClassName
{
background-color: #CFC5CC;
}
</style>
border-color css
<style>
span { border-color: #CFC5CC; }
span { border-color: rgb(207,197,204); }
td.TdClassName
{
border-color: #CFC5CC;
}
.TagClassName
{
border-color: #CFC5CC;
}
</style>