Shades of Quartz #CECFEA
Tints of Quartz #CECFEA
RGB
CMYK
RGB Variations
Color information
#CECFEA (or 0xCECFEA) is known color: Quartz. HEX triplet: CE, CF and EA. RGB value is (206,207,234). Sum of RGB (Red+Green+Blue) = 206+207+234=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFEA is #313015. Grayscale: #D1D1D1. Windows color (decimal): -3223574 or 15388622. OLE color: 15388622.
HSL color Cylindrical-coordinate representation of color #CECFEA: hue angle of 237.86º 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 #CECFEA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 207 | 234 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.08 |
| HSL | 237.86º | 0.4% | 0.86% | - |
| HSV(B) | 237.86º | 0.12% | 0.92% | - |
| XYZ | 62.62 | 63.69 | 86.83 | - |
| YUV | 209.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 234 | 0.12 | 0.12 | 0 | 0.08 | 237.86 | 0.4 | 0.86 |
| Hex | CE | CF | EA | C | C | 0 | 8 | EE | 28 | 56 |
| Octal | 316 | 317 | 352 | 14 | 14 | 0 | 10 | 356 | 50 | 126 |
| Binary | 11001110 | 11001111 | 11101010 | 1100 | 1100 | 0 | 1000 | 11101110 | 101000 | 1010110 |
Color Harmonies of #CECFEA
Complementary color
Monochromatic Colors of #CECFEA
Black with #CECFEA
Text Example
Text Example
White with #CECFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFEA; }
p { color: rgb(206,207,234); }
H1.HeaderClassName
{
color: #CECFEA;
}
.AnyTagClassName
{
color: #CECFEA;
}
</style>
background-color css
<style>
a { background-color: #CECFEA; }
a { background-color: rgb(206,207,234); }
div.DivClassName
{
background-color: #CECFEA;
}
.BgClassName
{
background-color: #CECFEA;
}
</style>
border-color css
<style>
span { border-color: #CECFEA; }
span { border-color: rgb(206,207,234); }
td.TdClassName
{
border-color: #CECFEA;
}
.TagClassName
{
border-color: #CECFEA;
}
</style>