Shades of Quartz #CECCEA
Tints of Quartz #CECCEA
RGB
CMYK
RGB Variations
Color information
#CECCEA (or 0xCECCEA) is known color: Quartz. HEX triplet: CE, CC and EA. RGB value is (206,204,234). Sum of RGB (Red+Green+Blue) = 206+204+234=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCEA is #313315. Grayscale: #CFCFCF. Windows color (decimal): -3224342 or 15387854. OLE color: 15387854.
HSL color Cylindrical-coordinate representation of color #CECCEA: hue angle of 244º 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 #CECCEA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 204 | 234 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.08 |
| HSL | 244º | 0.42% | 0.86% | - |
| HSV(B) | 244º | 0.13% | 0.92% | - |
| XYZ | 61.9 | 62.25 | 86.59 | - |
| YUV | 208.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 234 | 0.12 | 0.13 | 0 | 0.08 | 244 | 0.42 | 0.86 |
| Hex | CE | CC | EA | C | D | 0 | 8 | F4 | 2A | 56 |
| Octal | 316 | 314 | 352 | 14 | 15 | 0 | 10 | 364 | 52 | 126 |
| Binary | 11001110 | 11001100 | 11101010 | 1100 | 1101 | 0 | 1000 | 11110100 | 101010 | 1010110 |
Color Harmonies of #CECCEA
Complementary color
Monochromatic Colors of #CECCEA
Black with #CECCEA
Text Example
Text Example
White with #CECCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCEA; }
p { color: rgb(206,204,234); }
H1.HeaderClassName
{
color: #CECCEA;
}
.AnyTagClassName
{
color: #CECCEA;
}
</style>
background-color css
<style>
a { background-color: #CECCEA; }
a { background-color: rgb(206,204,234); }
div.DivClassName
{
background-color: #CECCEA;
}
.BgClassName
{
background-color: #CECCEA;
}
</style>
border-color css
<style>
span { border-color: #CECCEA; }
span { border-color: rgb(206,204,234); }
td.TdClassName
{
border-color: #CECCEA;
}
.TagClassName
{
border-color: #CECCEA;
}
</style>