Shades of Quartz #CECCE8
Tints of Quartz #CECCE8
RGB
CMYK
RGB Variations
Color information
#CECCE8 (or 0xCECCE8) is known color: Quartz. HEX triplet: CE, CC and E8. RGB value is (206,204,232). Sum of RGB (Red+Green+Blue) = 206+204+232=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #CECCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCE8 is #313317. Grayscale: #CFCFCF. Windows color (decimal): -3224344 or 15256782. OLE color: 15256782.
HSL color Cylindrical-coordinate representation of color #CECCE8: hue angle of 244.29º 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 #CECCE8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 204 | 232 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.09 |
| HSL | 244.29º | 0.38% | 0.85% | - |
| HSV(B) | 244.29º | 0.12% | 0.91% | - |
| XYZ | 61.61 | 62.13 | 85.09 | - |
| YUV | 207.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 232 | 0.11 | 0.12 | 0 | 0.09 | 244.29 | 0.38 | 0.85 |
| Hex | CE | CC | E8 | B | C | 0 | 9 | F4 | 26 | 55 |
| Octal | 316 | 314 | 350 | 13 | 14 | 0 | 11 | 364 | 46 | 125 |
| Binary | 11001110 | 11001100 | 11101000 | 1011 | 1100 | 0 | 1001 | 11110100 | 100110 | 1010101 |
Color Harmonies of #CECCE8
Complementary color
Monochromatic Colors of #CECCE8
Black with #CECCE8
Text Example
Text Example
White with #CECCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE8; }
p { color: rgb(206,204,232); }
H1.HeaderClassName
{
color: #CECCE8;
}
.AnyTagClassName
{
color: #CECCE8;
}
</style>
background-color css
<style>
a { background-color: #CECCE8; }
a { background-color: rgb(206,204,232); }
div.DivClassName
{
background-color: #CECCE8;
}
.BgClassName
{
background-color: #CECCE8;
}
</style>
border-color css
<style>
span { border-color: #CECCE8; }
span { border-color: rgb(206,204,232); }
td.TdClassName
{
border-color: #CECCE8;
}
.TagClassName
{
border-color: #CECCE8;
}
</style>