Shades of Quartz #CECAEA
Tints of Quartz #CECAEA
RGB
CMYK
RGB Variations
Color information
#CECAEA (or 0xCECAEA) is known color: Quartz. HEX triplet: CE, CA and EA. RGB value is (206,202,234). Sum of RGB (Red+Green+Blue) = 206+202+234=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CECAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAEA is #313515. Grayscale: #CECECE. Windows color (decimal): -3224854 or 15387342. OLE color: 15387342.
HSL color Cylindrical-coordinate representation of color #CECAEA: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECAEA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 202 | 234 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.08 |
| HSL | 247.5º | 0.43% | 0.85% | - |
| HSV(B) | 247.5º | 0.14% | 0.92% | - |
| XYZ | 61.43 | 61.3 | 86.44 | - |
| YUV | 206.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 234 | 0.12 | 0.14 | 0 | 0.08 | 247.5 | 0.43 | 0.85 |
| Hex | CE | CA | EA | C | E | 0 | 8 | F8 | 2B | 55 |
| Octal | 316 | 312 | 352 | 14 | 16 | 0 | 10 | 370 | 53 | 125 |
| Binary | 11001110 | 11001010 | 11101010 | 1100 | 1110 | 0 | 1000 | 11111000 | 101011 | 1010101 |
Color Harmonies of #CECAEA
Complementary color
Monochromatic Colors of #CECAEA
Black with #CECAEA
Text Example
Text Example
White with #CECAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAEA; }
p { color: rgb(206,202,234); }
H1.HeaderClassName
{
color: #CECAEA;
}
.AnyTagClassName
{
color: #CECAEA;
}
</style>
background-color css
<style>
a { background-color: #CECAEA; }
a { background-color: rgb(206,202,234); }
div.DivClassName
{
background-color: #CECAEA;
}
.BgClassName
{
background-color: #CECAEA;
}
</style>
border-color css
<style>
span { border-color: #CECAEA; }
span { border-color: rgb(206,202,234); }
td.TdClassName
{
border-color: #CECAEA;
}
.TagClassName
{
border-color: #CECAEA;
}
</style>