Shades of Quartz #CFCCEC
Tints of Quartz #CFCCEC
RGB
CMYK
RGB Variations
Color information
#CFCCEC (or 0xCFCCEC) is known color: Quartz. HEX triplet: CF, CC and EC. RGB value is (207,204,236). Sum of RGB (Red+Green+Blue) = 207+204+236=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEC is #303313. Grayscale: #D0D0D0. Windows color (decimal): -3158804 or 15518927. OLE color: 15518927.
HSL color Cylindrical-coordinate representation of color #CFCCEC: hue angle of 245.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 204 | 236 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.07 |
| HSL | 245.63º | 0.46% | 0.86% | - |
| HSV(B) | 245.63º | 0.14% | 0.93% | - |
| XYZ | 62.47 | 62.51 | 88.13 | - |
| YUV | 208.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 236 | 0.12 | 0.14 | 0 | 0.07 | 245.63 | 0.46 | 0.86 |
| Hex | CF | CC | EC | C | E | 0 | 7 | F6 | 2E | 56 |
| Octal | 317 | 314 | 354 | 14 | 16 | 0 | 7 | 366 | 56 | 126 |
| Binary | 11001111 | 11001100 | 11101100 | 1100 | 1110 | 0 | 111 | 11110110 | 101110 | 1010110 |
Color Harmonies of #CFCCEC
Complementary color
Monochromatic Colors of #CFCCEC
Black with #CFCCEC
Text Example
Text Example
White with #CFCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCEC; }
p { color: rgb(207,204,236); }
H1.HeaderClassName
{
color: #CFCCEC;
}
.AnyTagClassName
{
color: #CFCCEC;
}
</style>
background-color css
<style>
a { background-color: #CFCCEC; }
a { background-color: rgb(207,204,236); }
div.DivClassName
{
background-color: #CFCCEC;
}
.BgClassName
{
background-color: #CFCCEC;
}
</style>
border-color css
<style>
span { border-color: #CFCCEC; }
span { border-color: rgb(207,204,236); }
td.TdClassName
{
border-color: #CFCCEC;
}
.TagClassName
{
border-color: #CFCCEC;
}
</style>