Shades of Quartz #CECBEA
Tints of Quartz #CECBEA
RGB
CMYK
RGB Variations
Color information
#CECBEA (or 0xCECBEA) is known color: Quartz. HEX triplet: CE, CB and EA. RGB value is (206,203,234). Sum of RGB (Red+Green+Blue) = 206+203+234=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBEA is #313415. Grayscale: #CFCFCF. Windows color (decimal): -3224598 or 15387598. OLE color: 15387598.
HSL color Cylindrical-coordinate representation of color #CECBEA: hue angle of 245.81º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECBEA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 203 | 234 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.08 |
| HSL | 245.81º | 0.42% | 0.86% | - |
| HSV(B) | 245.81º | 0.13% | 0.92% | - |
| XYZ | 61.66 | 61.77 | 86.52 | - |
| YUV | 207.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 234 | 0.12 | 0.13 | 0 | 0.08 | 245.81 | 0.42 | 0.86 |
| Hex | CE | CB | EA | C | D | 0 | 8 | F6 | 2A | 56 |
| Octal | 316 | 313 | 352 | 14 | 15 | 0 | 10 | 366 | 52 | 126 |
| Binary | 11001110 | 11001011 | 11101010 | 1100 | 1101 | 0 | 1000 | 11110110 | 101010 | 1010110 |
Color Harmonies of #CECBEA
Complementary color
Monochromatic Colors of #CECBEA
Black with #CECBEA
Text Example
Text Example
White with #CECBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBEA; }
p { color: rgb(206,203,234); }
H1.HeaderClassName
{
color: #CECBEA;
}
.AnyTagClassName
{
color: #CECBEA;
}
</style>
background-color css
<style>
a { background-color: #CECBEA; }
a { background-color: rgb(206,203,234); }
div.DivClassName
{
background-color: #CECBEA;
}
.BgClassName
{
background-color: #CECBEA;
}
</style>
border-color css
<style>
span { border-color: #CECBEA; }
span { border-color: rgb(206,203,234); }
td.TdClassName
{
border-color: #CECBEA;
}
.TagClassName
{
border-color: #CECBEA;
}
</style>