Shades of Quartz #CCCDE8
Tints of Quartz #CCCDE8
RGB
CMYK
RGB Variations
Color information
#CCCDE8 (or 0xCCCDE8) is known color: Quartz. HEX triplet: CC, CD and E8. RGB value is (204,205,232). Sum of RGB (Red+Green+Blue) = 204+205+232=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE8 is #333217. Grayscale: #CFCFCF. Windows color (decimal): -3355160 or 15257036. OLE color: 15257036.
HSL color Cylindrical-coordinate representation of color #CCCDE8: hue angle of 237.86º degrees, saturation: 0.38, 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 #CCCDE8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 205 | 232 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.09 |
| HSL | 237.86º | 0.38% | 0.85% | - |
| HSV(B) | 237.86º | 0.12% | 0.91% | - |
| XYZ | 61.3 | 62.33 | 85.14 | - |
| YUV | 207.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 232 | 0.12 | 0.12 | 0 | 0.09 | 237.86 | 0.38 | 0.85 |
| Hex | CC | CD | E8 | C | C | 0 | 9 | EE | 26 | 55 |
| Octal | 314 | 315 | 350 | 14 | 14 | 0 | 11 | 356 | 46 | 125 |
| Binary | 11001100 | 11001101 | 11101000 | 1100 | 1100 | 0 | 1001 | 11101110 | 100110 | 1010101 |
Color Harmonies of #CCCDE8
Complementary color
Monochromatic Colors of #CCCDE8
Black with #CCCDE8
Text Example
Text Example
White with #CCCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDE8; }
p { color: rgb(204,205,232); }
H1.HeaderClassName
{
color: #CCCDE8;
}
.AnyTagClassName
{
color: #CCCDE8;
}
</style>
background-color css
<style>
a { background-color: #CCCDE8; }
a { background-color: rgb(204,205,232); }
div.DivClassName
{
background-color: #CCCDE8;
}
.BgClassName
{
background-color: #CCCDE8;
}
</style>
border-color css
<style>
span { border-color: #CCCDE8; }
span { border-color: rgb(204,205,232); }
td.TdClassName
{
border-color: #CCCDE8;
}
.TagClassName
{
border-color: #CCCDE8;
}
</style>