Shades of Quartz #CECBE8
Tints of Quartz #CECBE8
RGB
CMYK
RGB Variations
Color information
#CECBE8 (or 0xCECBE8) is known color: Quartz. HEX triplet: CE, CB and E8. RGB value is (206,203,232). Sum of RGB (Red+Green+Blue) = 206+203+232=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #CECBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBE8 is #313417. Grayscale: #CFCFCF. Windows color (decimal): -3224600 or 15256526. OLE color: 15256526.
HSL color Cylindrical-coordinate representation of color #CECBE8: hue angle of 246.21º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECBE8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 203 | 232 | - |
CMYK | 0.11 | 0.12 | 0 | 0.09 |
HSL | 246.21º | 0.39% | 0.85% | - |
HSV(B) | 246.21º | 0.13% | 0.91% | - |
XYZ | 61.38 | 61.66 | 85.01 | - |
YUV | 207.2 | 141.99 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 232 | 0.11 | 0.12 | 0 | 0.09 | 246.21 | 0.39 | 0.85 |
Hex | CE | CB | E8 | B | C | 0 | 9 | F6 | 27 | 55 |
Octal | 316 | 313 | 350 | 13 | 14 | 0 | 11 | 366 | 47 | 125 |
Binary | 11001110 | 11001011 | 11101000 | 1011 | 1100 | 0 | 1001 | 11110110 | 100111 | 1010101 |
Color Harmonies of #CECBE8
Complementary color
Monochromatic Colors of #CECBE8
Black with #CECBE8
Text Example
Text Example
White with #CECBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE8; }
p { color: rgb(206,203,232); }
H1.HeaderClassName
{
color: #CECBE8;
}
.AnyTagClassName
{
color: #CECBE8;
}
</style>
background-color css
<style>
a { background-color: #CECBE8; }
a { background-color: rgb(206,203,232); }
div.DivClassName
{
background-color: #CECBE8;
}
.BgClassName
{
background-color: #CECBE8;
}
</style>
border-color css
<style>
span { border-color: #CECBE8; }
span { border-color: rgb(206,203,232); }
td.TdClassName
{
border-color: #CECBE8;
}
.TagClassName
{
border-color: #CECBE8;
}
</style>