Shades of Quartz #CECBE9
Tints of Quartz #CECBE9
RGB
CMYK
RGB Variations
Color information
#CECBE9 (or 0xCECBE9) is known color: Quartz. HEX triplet: CE, CB and E9. RGB value is (206,203,233). Sum of RGB (Red+Green+Blue) = 206+203+233=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBE9 is #313416. Grayscale: #CFCFCF. Windows color (decimal): -3224599 or 15322062. OLE color: 15322062.
HSL color Cylindrical-coordinate representation of color #CECBE9: hue angle of 246º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECBE9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 203 | 233 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.09 |
| HSL | 246º | 0.41% | 0.85% | - |
| HSV(B) | 246º | 0.13% | 0.91% | - |
| XYZ | 61.52 | 61.72 | 85.76 | - |
| YUV | 207.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 233 | 0.12 | 0.13 | 0 | 0.09 | 246 | 0.41 | 0.85 |
| Hex | CE | CB | E9 | C | D | 0 | 9 | F6 | 29 | 55 |
| Octal | 316 | 313 | 351 | 14 | 15 | 0 | 11 | 366 | 51 | 125 |
| Binary | 11001110 | 11001011 | 11101001 | 1100 | 1101 | 0 | 1001 | 11110110 | 101001 | 1010101 |
Color Harmonies of #CECBE9
Complementary color
Monochromatic Colors of #CECBE9
Black with #CECBE9
Text Example
Text Example
White with #CECBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE9; }
p { color: rgb(206,203,233); }
H1.HeaderClassName
{
color: #CECBE9;
}
.AnyTagClassName
{
color: #CECBE9;
}
</style>
background-color css
<style>
a { background-color: #CECBE9; }
a { background-color: rgb(206,203,233); }
div.DivClassName
{
background-color: #CECBE9;
}
.BgClassName
{
background-color: #CECBE9;
}
</style>
border-color css
<style>
span { border-color: #CECBE9; }
span { border-color: rgb(206,203,233); }
td.TdClassName
{
border-color: #CECBE9;
}
.TagClassName
{
border-color: #CECBE9;
}
</style>