Shades of Quartz #CECCE3
Tints of Quartz #CECCE3
RGB
CMYK
RGB Variations
Color information
#CECCE3 (or 0xCECCE3) is known color: Quartz. HEX triplet: CE, CC and E3. RGB value is (206,204,227). Sum of RGB (Red+Green+Blue) = 206+204+227=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #CECCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCE3 is #31331C. Grayscale: #CFCFCF. Windows color (decimal): -3224349 or 14929102. OLE color: 14929102.
HSL color Cylindrical-coordinate representation of color #CECCE3: hue angle of 245.22º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECCE3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 204 | 227 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.11 |
| HSL | 245.22º | 0.29% | 0.85% | - |
| HSV(B) | 245.22º | 0.1% | 0.89% | - |
| XYZ | 60.91 | 61.85 | 81.4 | - |
| YUV | 207.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 227 | 0.09 | 0.10 | 0 | 0.11 | 245.22 | 0.29 | 0.85 |
| Hex | CE | CC | E3 | 9 | A | 0 | B | F5 | 1D | 55 |
| Octal | 316 | 314 | 343 | 11 | 12 | 0 | 13 | 365 | 35 | 125 |
| Binary | 11001110 | 11001100 | 11100011 | 1001 | 1010 | 0 | 1011 | 11110101 | 11101 | 1010101 |
Color Harmonies of #CECCE3
Complementary color
Monochromatic Colors of #CECCE3
Black with #CECCE3
Text Example
Text Example
White with #CECCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE3; }
p { color: rgb(206,204,227); }
H1.HeaderClassName
{
color: #CECCE3;
}
.AnyTagClassName
{
color: #CECCE3;
}
</style>
background-color css
<style>
a { background-color: #CECCE3; }
a { background-color: rgb(206,204,227); }
div.DivClassName
{
background-color: #CECCE3;
}
.BgClassName
{
background-color: #CECCE3;
}
</style>
border-color css
<style>
span { border-color: #CECCE3; }
span { border-color: rgb(206,204,227); }
td.TdClassName
{
border-color: #CECCE3;
}
.TagClassName
{
border-color: #CECCE3;
}
</style>