Shades of Quartz #CCCCE7
Tints of Quartz #CCCCE7
RGB
CMYK
RGB Variations
Color information
#CCCCE7 (or 0xCCCCE7) is known color: Quartz. HEX triplet: CC, CC and E7. RGB value is (204,204,231). Sum of RGB (Red+Green+Blue) = 204+204+231=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCE7 is #333318. Grayscale: #CECECE. Windows color (decimal): -3355417 or 15191244. OLE color: 15191244.
HSL color Cylindrical-coordinate representation of color #CCCCE7: hue angle of 240º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCCE7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 204 | 231 | - |
CMYK | 0.12 | 0.12 | 0 | 0.09 |
HSL | 240º | 0.36% | 0.85% | - |
HSV(B) | 240º | 0.12% | 0.91% | - |
XYZ | 60.92 | 61.79 | 84.32 | - |
YUV | 207.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 231 | 0.12 | 0.12 | 0 | 0.09 | 240 | 0.36 | 0.85 |
Hex | CC | CC | E7 | C | C | 0 | 9 | F0 | 24 | 55 |
Octal | 314 | 314 | 347 | 14 | 14 | 0 | 11 | 360 | 44 | 125 |
Binary | 11001100 | 11001100 | 11100111 | 1100 | 1100 | 0 | 1001 | 11110000 | 100100 | 1010101 |
Color Harmonies of #CCCCE7
Complementary color
Monochromatic Colors of #CCCCE7
Black with #CCCCE7
Text Example
Text Example
White with #CCCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCE7; }
p { color: rgb(204,204,231); }
H1.HeaderClassName
{
color: #CCCCE7;
}
.AnyTagClassName
{
color: #CCCCE7;
}
</style>
background-color css
<style>
a { background-color: #CCCCE7; }
a { background-color: rgb(204,204,231); }
div.DivClassName
{
background-color: #CCCCE7;
}
.BgClassName
{
background-color: #CCCCE7;
}
</style>
border-color css
<style>
span { border-color: #CCCCE7; }
span { border-color: rgb(204,204,231); }
td.TdClassName
{
border-color: #CCCCE7;
}
.TagClassName
{
border-color: #CCCCE7;
}
</style>