Shades of Quartz #CECBEC
Tints of Quartz #CECBEC
RGB
CMYK
RGB Variations
Color information
#CECBEC (or 0xCECBEC) is known color: Quartz. HEX triplet: CE, CB and EC. RGB value is (206,203,236). Sum of RGB (Red+Green+Blue) = 206+203+236=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CECBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBEC is #313413. Grayscale: #CFCFCF. Windows color (decimal): -3224596 or 15518670. OLE color: 15518670.
HSL color Cylindrical-coordinate representation of color #CECBEC: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECBEC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 203 | 236 | - |
CMYK | 0.13 | 0.14 | 0 | 0.07 |
HSL | 245.45º | 0.46% | 0.86% | - |
HSV(B) | 245.45º | 0.14% | 0.93% | - |
XYZ | 61.95 | 61.89 | 88.04 | - |
YUV | 207.66 | 143.99 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 236 | 0.13 | 0.14 | 0 | 0.07 | 245.45 | 0.46 | 0.86 |
Hex | CE | CB | EC | D | E | 0 | 7 | F5 | 2E | 56 |
Octal | 316 | 313 | 354 | 15 | 16 | 0 | 7 | 365 | 56 | 126 |
Binary | 11001110 | 11001011 | 11101100 | 1101 | 1110 | 0 | 111 | 11110101 | 101110 | 1010110 |
Color Harmonies of #CECBEC
Complementary color
Monochromatic Colors of #CECBEC
Black with #CECBEC
Text Example
Text Example
White with #CECBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBEC; }
p { color: rgb(206,203,236); }
H1.HeaderClassName
{
color: #CECBEC;
}
.AnyTagClassName
{
color: #CECBEC;
}
</style>
background-color css
<style>
a { background-color: #CECBEC; }
a { background-color: rgb(206,203,236); }
div.DivClassName
{
background-color: #CECBEC;
}
.BgClassName
{
background-color: #CECBEC;
}
</style>
border-color css
<style>
span { border-color: #CECBEC; }
span { border-color: rgb(206,203,236); }
td.TdClassName
{
border-color: #CECBEC;
}
.TagClassName
{
border-color: #CECBEC;
}
</style>