Shades of Quartz #CFCCE8
Tints of Quartz #CFCCE8
RGB
CMYK
RGB Variations
Color information
#CFCCE8 (or 0xCFCCE8) is known color: Quartz. HEX triplet: CF, CC and E8. RGB value is (207,204,232). Sum of RGB (Red+Green+Blue) = 207+204+232=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE8 is #303317. Grayscale: #CFCFCF. Windows color (decimal): -3158808 or 15256783. OLE color: 15256783.
HSL color Cylindrical-coordinate representation of color #CFCCE8: hue angle of 246.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCCE8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 204 | 232 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.09 |
| HSL | 246.43º | 0.38% | 0.85% | - |
| HSV(B) | 246.43º | 0.12% | 0.91% | - |
| XYZ | 61.89 | 62.28 | 85.1 | - |
| YUV | 208.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 232 | 0.11 | 0.12 | 0 | 0.09 | 246.43 | 0.38 | 0.85 |
| Hex | CF | CC | E8 | B | C | 0 | 9 | F6 | 26 | 55 |
| Octal | 317 | 314 | 350 | 13 | 14 | 0 | 11 | 366 | 46 | 125 |
| Binary | 11001111 | 11001100 | 11101000 | 1011 | 1100 | 0 | 1001 | 11110110 | 100110 | 1010101 |
Color Harmonies of #CFCCE8
Complementary color
Monochromatic Colors of #CFCCE8
Black with #CFCCE8
Text Example
Text Example
White with #CFCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE8; }
p { color: rgb(207,204,232); }
H1.HeaderClassName
{
color: #CFCCE8;
}
.AnyTagClassName
{
color: #CFCCE8;
}
</style>
background-color css
<style>
a { background-color: #CFCCE8; }
a { background-color: rgb(207,204,232); }
div.DivClassName
{
background-color: #CFCCE8;
}
.BgClassName
{
background-color: #CFCCE8;
}
</style>
border-color css
<style>
span { border-color: #CFCCE8; }
span { border-color: rgb(207,204,232); }
td.TdClassName
{
border-color: #CFCCE8;
}
.TagClassName
{
border-color: #CFCCE8;
}
</style>