Shades of Quartz #CECCED
Tints of Quartz #CECCED
RGB
CMYK
RGB Variations
Color information
#CECCED (or 0xCECCED) is known color: Quartz. HEX triplet: CE, CC and ED. RGB value is (206,204,237). Sum of RGB (Red+Green+Blue) = 206+204+237=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #CECCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCED is #313312. Grayscale: #D0D0D0. Windows color (decimal): -3224339 or 15584462. OLE color: 15584462.
HSL color Cylindrical-coordinate representation of color #CECCED: hue angle of 243.64º degrees, saturation: 0.48, 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 #CECCED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 204 | 237 | - |
CMYK | 0.13 | 0.14 | 0 | 0.07 |
HSL | 243.64º | 0.48% | 0.86% | - |
HSV(B) | 243.64º | 0.14% | 0.93% | - |
XYZ | 62.33 | 62.42 | 88.88 | - |
YUV | 208.36 | 144.16 | 126.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 237 | 0.13 | 0.14 | 0 | 0.07 | 243.64 | 0.48 | 0.86 |
Hex | CE | CC | ED | D | E | 0 | 7 | F4 | 30 | 56 |
Octal | 316 | 314 | 355 | 15 | 16 | 0 | 7 | 364 | 60 | 126 |
Binary | 11001110 | 11001100 | 11101101 | 1101 | 1110 | 0 | 111 | 11110100 | 110000 | 1010110 |
Color Harmonies of #CECCED
Complementary color
Monochromatic Colors of #CECCED
Black with #CECCED
Text Example
Text Example
White with #CECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCED; }
p { color: rgb(206,204,237); }
H1.HeaderClassName
{
color: #CECCED;
}
.AnyTagClassName
{
color: #CECCED;
}
</style>
background-color css
<style>
a { background-color: #CECCED; }
a { background-color: rgb(206,204,237); }
div.DivClassName
{
background-color: #CECCED;
}
.BgClassName
{
background-color: #CECCED;
}
</style>
border-color css
<style>
span { border-color: #CECCED; }
span { border-color: rgb(206,204,237); }
td.TdClassName
{
border-color: #CECCED;
}
.TagClassName
{
border-color: #CECCED;
}
</style>