Shades of Quartz #CCCFEE
Tints of Quartz #CCCFEE
RGB
CMYK
RGB Variations
Color information
#CCCFEE (or 0xCCCFEE) is known color: Quartz. HEX triplet: CC, CF and EE. RGB value is (204,207,238). Sum of RGB (Red+Green+Blue) = 204+207+238=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEE is #333011. Grayscale: #D1D1D1. Windows color (decimal): -3354642 or 15650764. OLE color: 15650764.
HSL color Cylindrical-coordinate representation of color #CCCFEE: hue angle of 234.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCFEE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 207 | 238 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 234.71º | 0.5% | 0.87% | - |
| HSV(B) | 234.71º | 0.14% | 0.93% | - |
| XYZ | 62.65 | 63.64 | 89.87 | - |
| YUV | 209.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 238 | 0.14 | 0.13 | 0 | 0.07 | 234.71 | 0.5 | 0.87 |
| Hex | CC | CF | EE | E | D | 0 | 7 | EB | 32 | 57 |
| Octal | 314 | 317 | 356 | 16 | 15 | 0 | 7 | 353 | 62 | 127 |
| Binary | 11001100 | 11001111 | 11101110 | 1110 | 1101 | 0 | 111 | 11101011 | 110010 | 1010111 |
Color Harmonies of #CCCFEE
Complementary color
Monochromatic Colors of #CCCFEE
Black with #CCCFEE
Text Example
Text Example
White with #CCCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFEE; }
p { color: rgb(204,207,238); }
H1.HeaderClassName
{
color: #CCCFEE;
}
.AnyTagClassName
{
color: #CCCFEE;
}
</style>
background-color css
<style>
a { background-color: #CCCFEE; }
a { background-color: rgb(204,207,238); }
div.DivClassName
{
background-color: #CCCFEE;
}
.BgClassName
{
background-color: #CCCFEE;
}
</style>
border-color css
<style>
span { border-color: #CCCFEE; }
span { border-color: rgb(204,207,238); }
td.TdClassName
{
border-color: #CCCFEE;
}
.TagClassName
{
border-color: #CCCFEE;
}
</style>