Shades of Quartz #CCCFEC
Tints of Quartz #CCCFEC
RGB
CMYK
RGB Variations
Color information
#CCCFEC (or 0xCCCFEC) is known color: Quartz. HEX triplet: CC, CF and EC. RGB value is (204,207,236). Sum of RGB (Red+Green+Blue) = 204+207+236=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEC is #333013. Grayscale: #D1D1D1. Windows color (decimal): -3354644 or 15519692. OLE color: 15519692.
HSL color Cylindrical-coordinate representation of color #CCCFEC: hue angle of 234.38º 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 #CCCFEC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 207 | 236 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.07 |
| HSL | 234.38º | 0.46% | 0.86% | - |
| HSV(B) | 234.38º | 0.14% | 0.93% | - |
| XYZ | 62.35 | 63.52 | 88.33 | - |
| YUV | 209.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 236 | 0.14 | 0.12 | 0 | 0.07 | 234.38 | 0.46 | 0.86 |
| Hex | CC | CF | EC | E | C | 0 | 7 | EA | 2E | 56 |
| Octal | 314 | 317 | 354 | 16 | 14 | 0 | 7 | 352 | 56 | 126 |
| Binary | 11001100 | 11001111 | 11101100 | 1110 | 1100 | 0 | 111 | 11101010 | 101110 | 1010110 |
Color Harmonies of #CCCFEC
Complementary color
Monochromatic Colors of #CCCFEC
Black with #CCCFEC
Text Example
Text Example
White with #CCCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFEC; }
p { color: rgb(204,207,236); }
H1.HeaderClassName
{
color: #CCCFEC;
}
.AnyTagClassName
{
color: #CCCFEC;
}
</style>
background-color css
<style>
a { background-color: #CCCFEC; }
a { background-color: rgb(204,207,236); }
div.DivClassName
{
background-color: #CCCFEC;
}
.BgClassName
{
background-color: #CCCFEC;
}
</style>
border-color css
<style>
span { border-color: #CCCFEC; }
span { border-color: rgb(204,207,236); }
td.TdClassName
{
border-color: #CCCFEC;
}
.TagClassName
{
border-color: #CCCFEC;
}
</style>