Shades of Quartz #CCCCE4
Tints of Quartz #CCCCE4
RGB
CMYK
RGB Variations
Color information
#CCCCE4 (or 0xCCCCE4) is known color: Quartz. HEX triplet: CC, CC and E4. RGB value is (204,204,228). Sum of RGB (Red+Green+Blue) = 204+204+228=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCE4 is #33331B. Grayscale: #CECECE. Windows color (decimal): -3355420 or 14994636. OLE color: 14994636.
HSL color Cylindrical-coordinate representation of color #CCCCE4: hue angle of 240º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCCE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 204 | 228 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 240º | 0.31% | 0.85% | - |
| HSV(B) | 240º | 0.11% | 0.89% | - |
| XYZ | 60.5 | 61.62 | 82.1 | - |
| YUV | 206.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 228 | 0.11 | 0.11 | 0 | 0.11 | 240 | 0.31 | 0.85 |
| Hex | CC | CC | E4 | B | B | 0 | B | F0 | 1F | 55 |
| Octal | 314 | 314 | 344 | 13 | 13 | 0 | 13 | 360 | 37 | 125 |
| Binary | 11001100 | 11001100 | 11100100 | 1011 | 1011 | 0 | 1011 | 11110000 | 11111 | 1010101 |
Color Harmonies of #CCCCE4
Complementary color
Monochromatic Colors of #CCCCE4
Black with #CCCCE4
Text Example
Text Example
White with #CCCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCE4; }
p { color: rgb(204,204,228); }
H1.HeaderClassName
{
color: #CCCCE4;
}
.AnyTagClassName
{
color: #CCCCE4;
}
</style>
background-color css
<style>
a { background-color: #CCCCE4; }
a { background-color: rgb(204,204,228); }
div.DivClassName
{
background-color: #CCCCE4;
}
.BgClassName
{
background-color: #CCCCE4;
}
</style>
border-color css
<style>
span { border-color: #CCCCE4; }
span { border-color: rgb(204,204,228); }
td.TdClassName
{
border-color: #CCCCE4;
}
.TagClassName
{
border-color: #CCCCE4;
}
</style>