Shades of Quartz #CCCAE5
Tints of Quartz #CCCAE5
RGB
CMYK
RGB Variations
Color information
#CCCAE5 (or 0xCCCAE5) is known color: Quartz. HEX triplet: CC, CA and E5. RGB value is (204,202,229). Sum of RGB (Red+Green+Blue) = 204+202+229=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE5 is #33351A. Grayscale: #CDCDCD. Windows color (decimal): -3355931 or 15059660. OLE color: 15059660.
HSL color Cylindrical-coordinate representation of color #CCCAE5: hue angle of 244.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCAE5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 202 | 229 | - |
CMYK | 0.11 | 0.12 | 0 | 0.10 |
HSL | 244.44º | 0.34% | 0.85% | - |
HSV(B) | 244.44º | 0.12% | 0.9% | - |
XYZ | 60.17 | 60.74 | 82.68 | - |
YUV | 205.68 | 141.16 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 229 | 0.11 | 0.12 | 0 | 0.10 | 244.44 | 0.34 | 0.85 |
Hex | CC | CA | E5 | B | C | 0 | A | F4 | 22 | 55 |
Octal | 314 | 312 | 345 | 13 | 14 | 0 | 12 | 364 | 42 | 125 |
Binary | 11001100 | 11001010 | 11100101 | 1011 | 1100 | 0 | 1010 | 11110100 | 100010 | 1010101 |
Color Harmonies of #CCCAE5
Complementary color
Monochromatic Colors of #CCCAE5
Black with #CCCAE5
Text Example
Text Example
White with #CCCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAE5; }
p { color: rgb(204,202,229); }
H1.HeaderClassName
{
color: #CCCAE5;
}
.AnyTagClassName
{
color: #CCCAE5;
}
</style>
background-color css
<style>
a { background-color: #CCCAE5; }
a { background-color: rgb(204,202,229); }
div.DivClassName
{
background-color: #CCCAE5;
}
.BgClassName
{
background-color: #CCCAE5;
}
</style>
border-color css
<style>
span { border-color: #CCCAE5; }
span { border-color: rgb(204,202,229); }
td.TdClassName
{
border-color: #CCCAE5;
}
.TagClassName
{
border-color: #CCCAE5;
}
</style>