Shades of Twilight #CFCACD
Tints of Twilight #CFCACD
RGB
CMYK
RGB Variations
Color information
#CFCACD (or 0xCFCACD) is known color: Twilight. HEX triplet: CF, CA and CD. RGB value is (207,202,205). Sum of RGB (Red+Green+Blue) = 207+202+205=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCACD is #303532. Grayscale: #CBCBCB. Windows color (decimal): -3159347 or 13486799. OLE color: 13486799.
HSL color Cylindrical-coordinate representation of color #CFCACD: hue angle of 324º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CFCACD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 205 | - |
CMYK | 0 | 0.02 | 0.01 | 0.19 |
HSL | 324º | 0.05% | 0.8% | - |
HSV(B) | 324º | 0.02% | 0.81% | - |
XYZ | 57.87 | 59.91 | 66.27 | - |
YUV | 203.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 205 | 0 | 0.02 | 0.01 | 0.19 | 324 | 0.05 | 0.8 |
Hex | CF | CA | CD | 0 | 2 | 1 | 13 | 144 | 5 | 50 |
Octal | 317 | 312 | 315 | 0 | 2 | 1 | 23 | 504 | 5 | 120 |
Binary | 11001111 | 11001010 | 11001101 | 0 | 10 | 1 | 10011 | 101000100 | 101 | 1010000 |
Color Harmonies of #CFCACD
Complementary color
Monochromatic Colors of #CFCACD
Black with #CFCACD
Text Example
Text Example
White with #CFCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCACD; }
p { color: rgb(207,202,205); }
H1.HeaderClassName
{
color: #CFCACD;
}
.AnyTagClassName
{
color: #CFCACD;
}
</style>
background-color css
<style>
a { background-color: #CFCACD; }
a { background-color: rgb(207,202,205); }
div.DivClassName
{
background-color: #CFCACD;
}
.BgClassName
{
background-color: #CFCACD;
}
</style>
border-color css
<style>
span { border-color: #CFCACD; }
span { border-color: rgb(207,202,205); }
td.TdClassName
{
border-color: #CFCACD;
}
.TagClassName
{
border-color: #CFCACD;
}
</style>