Shades of Quartz #CECCEB
Tints of Quartz #CECCEB
RGB
CMYK
RGB Variations
Color information
#CECCEB (or 0xCECCEB) is known color: Quartz. HEX triplet: CE, CC and EB. RGB value is (206,204,235). Sum of RGB (Red+Green+Blue) = 206+204+235=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCEB is #313314. Grayscale: #D0D0D0. Windows color (decimal): -3224341 or 15453390. OLE color: 15453390.
HSL color Cylindrical-coordinate representation of color #CECCEB: hue angle of 243.87º degrees, saturation: 0.44, 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 #CECCEB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 204 | 235 | - |
CMYK | 0.12 | 0.13 | 0 | 0.08 |
HSL | 243.87º | 0.44% | 0.86% | - |
HSV(B) | 243.87º | 0.13% | 0.92% | - |
XYZ | 62.04 | 62.31 | 87.35 | - |
YUV | 208.13 | 143.16 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 235 | 0.12 | 0.13 | 0 | 0.08 | 243.87 | 0.44 | 0.86 |
Hex | CE | CC | EB | C | D | 0 | 8 | F4 | 2C | 56 |
Octal | 316 | 314 | 353 | 14 | 15 | 0 | 10 | 364 | 54 | 126 |
Binary | 11001110 | 11001100 | 11101011 | 1100 | 1101 | 0 | 1000 | 11110100 | 101100 | 1010110 |
Color Harmonies of #CECCEB
Complementary color
Monochromatic Colors of #CECCEB
Black with #CECCEB
Text Example
Text Example
White with #CECCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCEB; }
p { color: rgb(206,204,235); }
H1.HeaderClassName
{
color: #CECCEB;
}
.AnyTagClassName
{
color: #CECCEB;
}
</style>
background-color css
<style>
a { background-color: #CECCEB; }
a { background-color: rgb(206,204,235); }
div.DivClassName
{
background-color: #CECCEB;
}
.BgClassName
{
background-color: #CECCEB;
}
</style>
border-color css
<style>
span { border-color: #CECCEB; }
span { border-color: rgb(206,204,235); }
td.TdClassName
{
border-color: #CECCEB;
}
.TagClassName
{
border-color: #CECCEB;
}
</style>