Shades of Quartz #CFCCE9
Tints of Quartz #CFCCE9
RGB
CMYK
RGB Variations
Color information
#CFCCE9 (or 0xCFCCE9) is known color: Quartz. HEX triplet: CF, CC and E9. RGB value is (207,204,233). Sum of RGB (Red+Green+Blue) = 207+204+233=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE9 is #303316. Grayscale: #D0D0D0. Windows color (decimal): -3158807 or 15322319. OLE color: 15322319.
HSL color Cylindrical-coordinate representation of color #CFCCE9: hue angle of 246.21º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCCE9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 204 | 233 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.09 |
| HSL | 246.21º | 0.4% | 0.86% | - |
| HSV(B) | 246.21º | 0.12% | 0.91% | - |
| XYZ | 62.03 | 62.33 | 85.85 | - |
| YUV | 208.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 233 | 0.11 | 0.12 | 0 | 0.09 | 246.21 | 0.4 | 0.86 |
| Hex | CF | CC | E9 | B | C | 0 | 9 | F6 | 28 | 56 |
| Octal | 317 | 314 | 351 | 13 | 14 | 0 | 11 | 366 | 50 | 126 |
| Binary | 11001111 | 11001100 | 11101001 | 1011 | 1100 | 0 | 1001 | 11110110 | 101000 | 1010110 |
Color Harmonies of #CFCCE9
Complementary color
Monochromatic Colors of #CFCCE9
Black with #CFCCE9
Text Example
Text Example
White with #CFCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE9; }
p { color: rgb(207,204,233); }
H1.HeaderClassName
{
color: #CFCCE9;
}
.AnyTagClassName
{
color: #CFCCE9;
}
</style>
background-color css
<style>
a { background-color: #CFCCE9; }
a { background-color: rgb(207,204,233); }
div.DivClassName
{
background-color: #CFCCE9;
}
.BgClassName
{
background-color: #CFCCE9;
}
</style>
border-color css
<style>
span { border-color: #CFCCE9; }
span { border-color: rgb(207,204,233); }
td.TdClassName
{
border-color: #CFCCE9;
}
.TagClassName
{
border-color: #CFCCE9;
}
</style>