Shades of Quartz #CECFEC
Tints of Quartz #CECFEC
RGB
CMYK
RGB Variations
Color information
#CECFEC (or 0xCECFEC) is known color: Quartz. HEX triplet: CE, CF and EC. RGB value is (206,207,236). Sum of RGB (Red+Green+Blue) = 206+207+236=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CECFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFEC is #313013. Grayscale: #D1D1D1. Windows color (decimal): -3223572 or 15519694. OLE color: 15519694.
HSL color Cylindrical-coordinate representation of color #CECFEC: hue angle of 238º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECFEC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 207 | 236 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.07 |
| HSL | 238º | 0.44% | 0.87% | - |
| HSV(B) | 238º | 0.13% | 0.93% | - |
| XYZ | 62.91 | 63.8 | 88.36 | - |
| YUV | 210.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 236 | 0.13 | 0.12 | 0 | 0.07 | 238 | 0.44 | 0.87 |
| Hex | CE | CF | EC | D | C | 0 | 7 | EE | 2C | 57 |
| Octal | 316 | 317 | 354 | 15 | 14 | 0 | 7 | 356 | 54 | 127 |
| Binary | 11001110 | 11001111 | 11101100 | 1101 | 1100 | 0 | 111 | 11101110 | 101100 | 1010111 |
Color Harmonies of #CECFEC
Complementary color
Monochromatic Colors of #CECFEC
Black with #CECFEC
Text Example
Text Example
White with #CECFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFEC; }
p { color: rgb(206,207,236); }
H1.HeaderClassName
{
color: #CECFEC;
}
.AnyTagClassName
{
color: #CECFEC;
}
</style>
background-color css
<style>
a { background-color: #CECFEC; }
a { background-color: rgb(206,207,236); }
div.DivClassName
{
background-color: #CECFEC;
}
.BgClassName
{
background-color: #CECFEC;
}
</style>
border-color css
<style>
span { border-color: #CECFEC; }
span { border-color: rgb(206,207,236); }
td.TdClassName
{
border-color: #CECFEC;
}
.TagClassName
{
border-color: #CECFEC;
}
</style>