Shades of Quartz #CECEEA
Tints of Quartz #CECEEA
RGB
CMYK
RGB Variations
Color information
#CECEEA (or 0xCECEEA) is known color: Quartz. HEX triplet: CE, CE and EA. RGB value is (206,206,234). Sum of RGB (Red+Green+Blue) = 206+206+234=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEEA is #313115. Grayscale: #D1D1D1. Windows color (decimal): -3223830 or 15388366. OLE color: 15388366.
HSL color Cylindrical-coordinate representation of color #CECEEA: hue angle of 240º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECEEA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 206 | 234 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.08 |
| HSL | 240º | 0.4% | 0.86% | - |
| HSV(B) | 240º | 0.12% | 0.92% | - |
| XYZ | 62.38 | 63.2 | 86.75 | - |
| YUV | 209.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 234 | 0.12 | 0.12 | 0 | 0.08 | 240 | 0.4 | 0.86 |
| Hex | CE | CE | EA | C | C | 0 | 8 | F0 | 28 | 56 |
| Octal | 316 | 316 | 352 | 14 | 14 | 0 | 10 | 360 | 50 | 126 |
| Binary | 11001110 | 11001110 | 11101010 | 1100 | 1100 | 0 | 1000 | 11110000 | 101000 | 1010110 |
Color Harmonies of #CECEEA
Complementary color
Monochromatic Colors of #CECEEA
Black with #CECEEA
Text Example
Text Example
White with #CECEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEEA; }
p { color: rgb(206,206,234); }
H1.HeaderClassName
{
color: #CECEEA;
}
.AnyTagClassName
{
color: #CECEEA;
}
</style>
background-color css
<style>
a { background-color: #CECEEA; }
a { background-color: rgb(206,206,234); }
div.DivClassName
{
background-color: #CECEEA;
}
.BgClassName
{
background-color: #CECEEA;
}
</style>
border-color css
<style>
span { border-color: #CECEEA; }
span { border-color: rgb(206,206,234); }
td.TdClassName
{
border-color: #CECEEA;
}
.TagClassName
{
border-color: #CECEEA;
}
</style>