Shades of Quartz #CFCCEA
Tints of Quartz #CFCCEA
RGB
CMYK
RGB Variations
Color information
#CFCCEA (or 0xCFCCEA) is known color: Quartz. HEX triplet: CF, CC and EA. RGB value is (207,204,234). Sum of RGB (Red+Green+Blue) = 207+204+234=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEA is #303315. Grayscale: #D0D0D0. Windows color (decimal): -3158806 or 15387855. OLE color: 15387855.
HSL color Cylindrical-coordinate representation of color #CFCCEA: hue angle of 246º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCCEA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 204 | 234 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.08 |
| HSL | 246º | 0.42% | 0.86% | - |
| HSV(B) | 246º | 0.13% | 0.92% | - |
| XYZ | 62.18 | 62.39 | 86.61 | - |
| YUV | 208.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 234 | 0.12 | 0.13 | 0 | 0.08 | 246 | 0.42 | 0.86 |
| Hex | CF | CC | EA | C | D | 0 | 8 | F6 | 2A | 56 |
| Octal | 317 | 314 | 352 | 14 | 15 | 0 | 10 | 366 | 52 | 126 |
| Binary | 11001111 | 11001100 | 11101010 | 1100 | 1101 | 0 | 1000 | 11110110 | 101010 | 1010110 |
Color Harmonies of #CFCCEA
Complementary color
Monochromatic Colors of #CFCCEA
Black with #CFCCEA
Text Example
Text Example
White with #CFCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCEA; }
p { color: rgb(207,204,234); }
H1.HeaderClassName
{
color: #CFCCEA;
}
.AnyTagClassName
{
color: #CFCCEA;
}
</style>
background-color css
<style>
a { background-color: #CFCCEA; }
a { background-color: rgb(207,204,234); }
div.DivClassName
{
background-color: #CFCCEA;
}
.BgClassName
{
background-color: #CFCCEA;
}
</style>
border-color css
<style>
span { border-color: #CFCCEA; }
span { border-color: rgb(207,204,234); }
td.TdClassName
{
border-color: #CFCCEA;
}
.TagClassName
{
border-color: #CFCCEA;
}
</style>