Shades of Quartz #CECEE0
Tints of Quartz #CECEE0
RGB
CMYK
RGB Variations
Color information
#CECEE0 (or 0xCECEE0) is known color: Quartz. HEX triplet: CE, CE and E0. RGB value is (206,206,224). Sum of RGB (Red+Green+Blue) = 206+206+224=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE0 is #31311F. Grayscale: #CFCFCF. Windows color (decimal): -3223840 or 14733006. OLE color: 14733006.
HSL color Cylindrical-coordinate representation of color #CECEE0: hue angle of 240º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECEE0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 206 | 224 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 240º | 0.23% | 0.84% | - |
| HSV(B) | 240º | 0.08% | 0.88% | - |
| XYZ | 60.98 | 62.65 | 79.4 | - |
| YUV | 208.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 224 | 0.08 | 0.08 | 0 | 0.12 | 240 | 0.23 | 0.84 |
| Hex | CE | CE | E0 | 8 | 8 | 0 | C | F0 | 16 | 54 |
| Octal | 316 | 316 | 340 | 10 | 10 | 0 | 14 | 360 | 26 | 124 |
| Binary | 11001110 | 11001110 | 11100000 | 1000 | 1000 | 0 | 1100 | 11110000 | 10110 | 1010100 |
Color Harmonies of #CECEE0
Complementary color
Monochromatic Colors of #CECEE0
Black with #CECEE0
Text Example
Text Example
White with #CECEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEE0; }
p { color: rgb(206,206,224); }
H1.HeaderClassName
{
color: #CECEE0;
}
.AnyTagClassName
{
color: #CECEE0;
}
</style>
background-color css
<style>
a { background-color: #CECEE0; }
a { background-color: rgb(206,206,224); }
div.DivClassName
{
background-color: #CECEE0;
}
.BgClassName
{
background-color: #CECEE0;
}
</style>
border-color css
<style>
span { border-color: #CECEE0; }
span { border-color: rgb(206,206,224); }
td.TdClassName
{
border-color: #CECEE0;
}
.TagClassName
{
border-color: #CECEE0;
}
</style>