Shades of Quartz #CFCFDC
Tints of Quartz #CFCFDC
RGB
CMYK
RGB Variations
Color information
#CFCFDC (or 0xCFCFDC) is known color: Quartz. HEX triplet: CF, CF and DC. RGB value is (207,207,220). Sum of RGB (Red+Green+Blue) = 207+207+220=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFDC is #303023. Grayscale: #D0D0D0. Windows color (decimal): -3158052 or 14471119. OLE color: 14471119.
HSL color Cylindrical-coordinate representation of color #CFCFDC: hue angle of 240º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCFDC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 207 | 220 | - |
CMYK | 0.06 | 0.06 | 0 | 0.14 |
HSL | 240º | 0.16% | 0.84% | - |
HSV(B) | 240º | 0.06% | 0.86% | - |
XYZ | 60.96 | 63.06 | 76.67 | - |
YUV | 208.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 220 | 0.06 | 0.06 | 0 | 0.14 | 240 | 0.16 | 0.84 |
Hex | CF | CF | DC | 6 | 6 | 0 | E | F0 | 10 | 54 |
Octal | 317 | 317 | 334 | 6 | 6 | 0 | 16 | 360 | 20 | 124 |
Binary | 11001111 | 11001111 | 11011100 | 110 | 110 | 0 | 1110 | 11110000 | 10000 | 1010100 |
Color Harmonies of #CFCFDC
Complementary color
Monochromatic Colors of #CFCFDC
Black with #CFCFDC
Text Example
Text Example
White with #CFCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFDC; }
p { color: rgb(207,207,220); }
H1.HeaderClassName
{
color: #CFCFDC;
}
.AnyTagClassName
{
color: #CFCFDC;
}
</style>
background-color css
<style>
a { background-color: #CFCFDC; }
a { background-color: rgb(207,207,220); }
div.DivClassName
{
background-color: #CFCFDC;
}
.BgClassName
{
background-color: #CFCFDC;
}
</style>
border-color css
<style>
span { border-color: #CFCFDC; }
span { border-color: rgb(207,207,220); }
td.TdClassName
{
border-color: #CFCFDC;
}
.TagClassName
{
border-color: #CFCFDC;
}
</style>