Shades of Quartz #CECBEB
Tints of Quartz #CECBEB
RGB
CMYK
RGB Variations
Color information
#CECBEB (or 0xCECBEB) is known color: Quartz. HEX triplet: CE, CB and EB. RGB value is (206,203,235). Sum of RGB (Red+Green+Blue) = 206+203+235=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBEB is #313414. Grayscale: #CFCFCF. Windows color (decimal): -3224597 or 15453134. OLE color: 15453134.
HSL color Cylindrical-coordinate representation of color #CECBEB: hue angle of 245.62º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECBEB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 203 | 235 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.08 |
| HSL | 245.63º | 0.44% | 0.86% | - |
| HSV(B) | 245.63º | 0.14% | 0.92% | - |
| XYZ | 61.8 | 61.83 | 87.27 | - |
| YUV | 207.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 235 | 0.12 | 0.14 | 0 | 0.08 | 245.63 | 0.44 | 0.86 |
| Hex | CE | CB | EB | C | E | 0 | 8 | F6 | 2C | 56 |
| Octal | 316 | 313 | 353 | 14 | 16 | 0 | 10 | 366 | 54 | 126 |
| Binary | 11001110 | 11001011 | 11101011 | 1100 | 1110 | 0 | 1000 | 11110110 | 101100 | 1010110 |
Color Harmonies of #CECBEB
Complementary color
Monochromatic Colors of #CECBEB
Black with #CECBEB
Text Example
Text Example
White with #CECBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBEB; }
p { color: rgb(206,203,235); }
H1.HeaderClassName
{
color: #CECBEB;
}
.AnyTagClassName
{
color: #CECBEB;
}
</style>
background-color css
<style>
a { background-color: #CECBEB; }
a { background-color: rgb(206,203,235); }
div.DivClassName
{
background-color: #CECBEB;
}
.BgClassName
{
background-color: #CECBEB;
}
</style>
border-color css
<style>
span { border-color: #CECBEB; }
span { border-color: rgb(206,203,235); }
td.TdClassName
{
border-color: #CECBEB;
}
.TagClassName
{
border-color: #CECBEB;
}
</style>