Shades of Quartz #CCCFED
Tints of Quartz #CCCFED
RGB
CMYK
RGB Variations
Color information
#CCCFED (or 0xCCCFED) is known color: Quartz. HEX triplet: CC, CF and ED. RGB value is (204,207,237). Sum of RGB (Red+Green+Blue) = 204+207+237=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFED is #333012. Grayscale: #D1D1D1. Windows color (decimal): -3354643 or 15585228. OLE color: 15585228.
HSL color Cylindrical-coordinate representation of color #CCCFED: hue angle of 234.55º 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 #CCCFED is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 207 | 237 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 234.55º | 0.48% | 0.86% | - |
| HSV(B) | 234.55º | 0.14% | 0.93% | - |
| XYZ | 62.5 | 63.58 | 89.1 | - |
| YUV | 209.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 237 | 0.14 | 0.13 | 0 | 0.07 | 234.55 | 0.48 | 0.86 |
| Hex | CC | CF | ED | E | D | 0 | 7 | EB | 30 | 56 |
| Octal | 314 | 317 | 355 | 16 | 15 | 0 | 7 | 353 | 60 | 126 |
| Binary | 11001100 | 11001111 | 11101101 | 1110 | 1101 | 0 | 111 | 11101011 | 110000 | 1010110 |
Color Harmonies of #CCCFED
Complementary color
Monochromatic Colors of #CCCFED
Black with #CCCFED
Text Example
Text Example
White with #CCCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFED; }
p { color: rgb(204,207,237); }
H1.HeaderClassName
{
color: #CCCFED;
}
.AnyTagClassName
{
color: #CCCFED;
}
</style>
background-color css
<style>
a { background-color: #CCCFED; }
a { background-color: rgb(204,207,237); }
div.DivClassName
{
background-color: #CCCFED;
}
.BgClassName
{
background-color: #CCCFED;
}
</style>
border-color css
<style>
span { border-color: #CCCFED; }
span { border-color: rgb(204,207,237); }
td.TdClassName
{
border-color: #CCCFED;
}
.TagClassName
{
border-color: #CCCFED;
}
</style>