Shades of Quartz #CECCE9
Tints of Quartz #CECCE9
RGB
CMYK
RGB Variations
Color information
#CECCE9 (or 0xCECCE9) is known color: Quartz. HEX triplet: CE, CC and E9. RGB value is (206,204,233). Sum of RGB (Red+Green+Blue) = 206+204+233=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCE9 is #313316. Grayscale: #CFCFCF. Windows color (decimal): -3224343 or 15322318. OLE color: 15322318.
HSL color Cylindrical-coordinate representation of color #CECCE9: hue angle of 244.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECCE9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 204 | 233 | - |
CMYK | 0.12 | 0.12 | 0 | 0.09 |
HSL | 244.14º | 0.4% | 0.86% | - |
HSV(B) | 244.14º | 0.12% | 0.91% | - |
XYZ | 61.75 | 62.19 | 85.84 | - |
YUV | 207.9 | 142.16 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 233 | 0.12 | 0.12 | 0 | 0.09 | 244.14 | 0.4 | 0.86 |
Hex | CE | CC | E9 | C | C | 0 | 9 | F4 | 28 | 56 |
Octal | 316 | 314 | 351 | 14 | 14 | 0 | 11 | 364 | 50 | 126 |
Binary | 11001110 | 11001100 | 11101001 | 1100 | 1100 | 0 | 1001 | 11110100 | 101000 | 1010110 |
Color Harmonies of #CECCE9
Complementary color
Monochromatic Colors of #CECCE9
Black with #CECCE9
Text Example
Text Example
White with #CECCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE9; }
p { color: rgb(206,204,233); }
H1.HeaderClassName
{
color: #CECCE9;
}
.AnyTagClassName
{
color: #CECCE9;
}
</style>
background-color css
<style>
a { background-color: #CECCE9; }
a { background-color: rgb(206,204,233); }
div.DivClassName
{
background-color: #CECCE9;
}
.BgClassName
{
background-color: #CECCE9;
}
</style>
border-color css
<style>
span { border-color: #CECCE9; }
span { border-color: rgb(206,204,233); }
td.TdClassName
{
border-color: #CECCE9;
}
.TagClassName
{
border-color: #CECCE9;
}
</style>