Shades of Quartz #CCCEEC
Tints of Quartz #CCCEEC
RGB
CMYK
RGB Variations
Color information
#CCCEEC (or 0xCCCEEC) is known color: Quartz. HEX triplet: CC, CE and EC. RGB value is (204,206,236). Sum of RGB (Red+Green+Blue) = 204+206+236=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEC is #333113. Grayscale: #D0D0D0. Windows color (decimal): -3354900 or 15519436. OLE color: 15519436.
HSL color Cylindrical-coordinate representation of color #CCCEEC: hue angle of 236.25º degrees, saturation: 0.46, 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 #CCCEEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 206 | 236 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 236.25º | 0.46% | 0.86% | - |
| HSV(B) | 236.25º | 0.14% | 0.93% | - |
| XYZ | 62.11 | 63.04 | 88.25 | - |
| YUV | 208.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 236 | 0.14 | 0.13 | 0 | 0.07 | 236.25 | 0.46 | 0.86 |
| Hex | CC | CE | EC | E | D | 0 | 7 | EC | 2E | 56 |
| Octal | 314 | 316 | 354 | 16 | 15 | 0 | 7 | 354 | 56 | 126 |
| Binary | 11001100 | 11001110 | 11101100 | 1110 | 1101 | 0 | 111 | 11101100 | 101110 | 1010110 |
Color Harmonies of #CCCEEC
Complementary color
Monochromatic Colors of #CCCEEC
Black with #CCCEEC
Text Example
Text Example
White with #CCCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEEC; }
p { color: rgb(204,206,236); }
H1.HeaderClassName
{
color: #CCCEEC;
}
.AnyTagClassName
{
color: #CCCEEC;
}
</style>
background-color css
<style>
a { background-color: #CCCEEC; }
a { background-color: rgb(204,206,236); }
div.DivClassName
{
background-color: #CCCEEC;
}
.BgClassName
{
background-color: #CCCEEC;
}
</style>
border-color css
<style>
span { border-color: #CCCEEC; }
span { border-color: rgb(204,206,236); }
td.TdClassName
{
border-color: #CCCEEC;
}
.TagClassName
{
border-color: #CCCEEC;
}
</style>