Shades of Quartz #CECCE6
Tints of Quartz #CECCE6
RGB
CMYK
RGB Variations
Color information
#CECCE6 (or 0xCECCE6) is known color: Quartz. HEX triplet: CE, CC and E6. RGB value is (206,204,230). Sum of RGB (Red+Green+Blue) = 206+204+230=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CECCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCE6 is #313319. Grayscale: #CFCFCF. Windows color (decimal): -3224346 or 15125710. OLE color: 15125710.
HSL color Cylindrical-coordinate representation of color #CECCE6: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECCE6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 204 | 230 | - |
CMYK | 0.10 | 0.11 | 0 | 0.10 |
HSL | 244.62º | 0.34% | 0.85% | - |
HSV(B) | 244.62º | 0.11% | 0.9% | - |
XYZ | 61.33 | 62.02 | 83.6 | - |
YUV | 207.56 | 140.66 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 230 | 0.10 | 0.11 | 0 | 0.10 | 244.62 | 0.34 | 0.85 |
Hex | CE | CC | E6 | A | B | 0 | A | F5 | 22 | 55 |
Octal | 316 | 314 | 346 | 12 | 13 | 0 | 12 | 365 | 42 | 125 |
Binary | 11001110 | 11001100 | 11100110 | 1010 | 1011 | 0 | 1010 | 11110101 | 100010 | 1010101 |
Color Harmonies of #CECCE6
Complementary color
Monochromatic Colors of #CECCE6
Black with #CECCE6
Text Example
Text Example
White with #CECCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCE6; }
p { color: rgb(206,204,230); }
H1.HeaderClassName
{
color: #CECCE6;
}
.AnyTagClassName
{
color: #CECCE6;
}
</style>
background-color css
<style>
a { background-color: #CECCE6; }
a { background-color: rgb(206,204,230); }
div.DivClassName
{
background-color: #CECCE6;
}
.BgClassName
{
background-color: #CECCE6;
}
</style>
border-color css
<style>
span { border-color: #CECCE6; }
span { border-color: rgb(206,204,230); }
td.TdClassName
{
border-color: #CECCE6;
}
.TagClassName
{
border-color: #CECCE6;
}
</style>