Shades of Quartz #CFCCE6
Tints of Quartz #CFCCE6
RGB
CMYK
RGB Variations
Color information
#CFCCE6 (or 0xCFCCE6) is known color: Quartz. HEX triplet: CF, CC and E6. RGB value is (207,204,230). Sum of RGB (Red+Green+Blue) = 207+204+230=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE6 is #303319. Grayscale: #CFCFCF. Windows color (decimal): -3158810 or 15125711. OLE color: 15125711.
HSL color Cylindrical-coordinate representation of color #CFCCE6: hue angle of 246.92º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCCE6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 204 | 230 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.10 |
| HSL | 246.92º | 0.34% | 0.85% | - |
| HSV(B) | 246.92º | 0.11% | 0.9% | - |
| XYZ | 61.61 | 62.16 | 83.61 | - |
| YUV | 207.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 230 | 0.10 | 0.11 | 0 | 0.10 | 246.92 | 0.34 | 0.85 |
| Hex | CF | CC | E6 | A | B | 0 | A | F7 | 22 | 55 |
| Octal | 317 | 314 | 346 | 12 | 13 | 0 | 12 | 367 | 42 | 125 |
| Binary | 11001111 | 11001100 | 11100110 | 1010 | 1011 | 0 | 1010 | 11110111 | 100010 | 1010101 |
Color Harmonies of #CFCCE6
Complementary color
Monochromatic Colors of #CFCCE6
Black with #CFCCE6
Text Example
Text Example
White with #CFCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE6; }
p { color: rgb(207,204,230); }
H1.HeaderClassName
{
color: #CFCCE6;
}
.AnyTagClassName
{
color: #CFCCE6;
}
</style>
background-color css
<style>
a { background-color: #CFCCE6; }
a { background-color: rgb(207,204,230); }
div.DivClassName
{
background-color: #CFCCE6;
}
.BgClassName
{
background-color: #CFCCE6;
}
</style>
border-color css
<style>
span { border-color: #CFCCE6; }
span { border-color: rgb(207,204,230); }
td.TdClassName
{
border-color: #CFCCE6;
}
.TagClassName
{
border-color: #CFCCE6;
}
</style>