Shades of Quartz #CFCFDF
Tints of Quartz #CFCFDF
RGB
CMYK
RGB Variations
Color information
#CFCFDF (or 0xCFCFDF) is known color: Quartz. HEX triplet: CF, CF and DF. RGB value is (207,207,223). Sum of RGB (Red+Green+Blue) = 207+207+223=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFDF is #303020. Grayscale: #D0D0D0. Windows color (decimal): -3158049 or 14667727. OLE color: 14667727.
HSL color Cylindrical-coordinate representation of color #CFCFDF: hue angle of 240º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCFDF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 207 | 223 | - |
CMYK | 0.07 | 0.07 | 0 | 0.13 |
HSL | 240º | 0.2% | 0.84% | - |
HSV(B) | 240º | 0.07% | 0.87% | - |
XYZ | 61.36 | 63.22 | 78.78 | - |
YUV | 208.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 223 | 0.07 | 0.07 | 0 | 0.13 | 240 | 0.2 | 0.84 |
Hex | CF | CF | DF | 7 | 7 | 0 | D | F0 | 14 | 54 |
Octal | 317 | 317 | 337 | 7 | 7 | 0 | 15 | 360 | 24 | 124 |
Binary | 11001111 | 11001111 | 11011111 | 111 | 111 | 0 | 1101 | 11110000 | 10100 | 1010100 |
Color Harmonies of #CFCFDF
Complementary color
Monochromatic Colors of #CFCFDF
Black with #CFCFDF
Text Example
Text Example
White with #CFCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFDF; }
p { color: rgb(207,207,223); }
H1.HeaderClassName
{
color: #CFCFDF;
}
.AnyTagClassName
{
color: #CFCFDF;
}
</style>
background-color css
<style>
a { background-color: #CFCFDF; }
a { background-color: rgb(207,207,223); }
div.DivClassName
{
background-color: #CFCFDF;
}
.BgClassName
{
background-color: #CFCFDF;
}
</style>
border-color css
<style>
span { border-color: #CFCFDF; }
span { border-color: rgb(207,207,223); }
td.TdClassName
{
border-color: #CFCFDF;
}
.TagClassName
{
border-color: #CFCFDF;
}
</style>