Shades of Quartz #CECBE6
Tints of Quartz #CECBE6
RGB
CMYK
RGB Variations
Color information
#CECBE6 (or 0xCECBE6) is known color: Quartz. HEX triplet: CE, CB and E6. RGB value is (206,203,230). Sum of RGB (Red+Green+Blue) = 206+203+230=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #CECBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBE6 is #313419. Grayscale: #CECECE. Windows color (decimal): -3224602 or 15125454. OLE color: 15125454.
HSL color Cylindrical-coordinate representation of color #CECBE6: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECBE6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 203 | 230 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.10 |
| HSL | 246.67º | 0.35% | 0.85% | - |
| HSV(B) | 246.67º | 0.12% | 0.9% | - |
| XYZ | 61.09 | 61.55 | 83.52 | - |
| YUV | 206.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 230 | 0.10 | 0.12 | 0 | 0.10 | 246.67 | 0.35 | 0.85 |
| Hex | CE | CB | E6 | A | C | 0 | A | F7 | 23 | 55 |
| Octal | 316 | 313 | 346 | 12 | 14 | 0 | 12 | 367 | 43 | 125 |
| Binary | 11001110 | 11001011 | 11100110 | 1010 | 1100 | 0 | 1010 | 11110111 | 100011 | 1010101 |
Color Harmonies of #CECBE6
Complementary color
Monochromatic Colors of #CECBE6
Black with #CECBE6
Text Example
Text Example
White with #CECBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE6; }
p { color: rgb(206,203,230); }
H1.HeaderClassName
{
color: #CECBE6;
}
.AnyTagClassName
{
color: #CECBE6;
}
</style>
background-color css
<style>
a { background-color: #CECBE6; }
a { background-color: rgb(206,203,230); }
div.DivClassName
{
background-color: #CECBE6;
}
.BgClassName
{
background-color: #CECBE6;
}
</style>
border-color css
<style>
span { border-color: #CECBE6; }
span { border-color: rgb(206,203,230); }
td.TdClassName
{
border-color: #CECBE6;
}
.TagClassName
{
border-color: #CECBE6;
}
</style>