Shades of Quartz #CECCE1
Tints of Quartz #CECCE1
RGB
CMYK
RGB Variations
Color information
#CECCE1 (or 0xCECCE1) is known color: Quartz. HEX triplet: CE, CC and E1. RGB value is (206,204,225). Sum of RGB (Red+Green+Blue) = 206+204+225=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCE1 is #31331E. Grayscale: #CECECE. Windows color (decimal): -3224351 or 14798030. OLE color: 14798030.
HSL color Cylindrical-coordinate representation of color #CECCE1: hue angle of 245.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECCE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 204 | 225 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.12 |
| HSL | 245.71º | 0.26% | 0.84% | - |
| HSV(B) | 245.71º | 0.09% | 0.88% | - |
| XYZ | 60.64 | 61.74 | 79.96 | - |
| YUV | 206.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 225 | 0.08 | 0.09 | 0 | 0.12 | 245.71 | 0.26 | 0.84 |
| Hex | CE | CC | E1 | 8 | 9 | 0 | C | F6 | 1A | 54 |
| Octal | 316 | 314 | 341 | 10 | 11 | 0 | 14 | 366 | 32 | 124 |
| Binary | 11001110 | 11001100 | 11100001 | 1000 | 1001 | 0 | 1100 | 11110110 | 11010 | 1010100 |
Color Harmonies of #CECCE1
Complementary color
Monochromatic Colors of #CECCE1
Black with #CECCE1
Text Example
Text Example
White with #CECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE1; }
p { color: rgb(206,204,225); }
H1.HeaderClassName
{
color: #CECCE1;
}
.AnyTagClassName
{
color: #CECCE1;
}
</style>
background-color css
<style>
a { background-color: #CECCE1; }
a { background-color: rgb(206,204,225); }
div.DivClassName
{
background-color: #CECCE1;
}
.BgClassName
{
background-color: #CECCE1;
}
</style>
border-color css
<style>
span { border-color: #CECCE1; }
span { border-color: rgb(206,204,225); }
td.TdClassName
{
border-color: #CECCE1;
}
.TagClassName
{
border-color: #CECCE1;
}
</style>