Shades of Quartz #CCCDE7
Tints of Quartz #CCCDE7
RGB
CMYK
RGB Variations
Color information
#CCCDE7 (or 0xCCCDE7) is known color: Quartz. HEX triplet: CC, CD and E7. RGB value is (204,205,231). Sum of RGB (Red+Green+Blue) = 204+205+231=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE7 is #333218. Grayscale: #CFCFCF. Windows color (decimal): -3355161 or 15191500. OLE color: 15191500.
HSL color Cylindrical-coordinate representation of color #CCCDE7: hue angle of 237.78º 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 #CCCDE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 205 | 231 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.09 |
| HSL | 237.78º | 0.36% | 0.85% | - |
| HSV(B) | 237.78º | 0.12% | 0.91% | - |
| XYZ | 61.16 | 62.27 | 84.4 | - |
| YUV | 207.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 231 | 0.12 | 0.11 | 0 | 0.09 | 237.78 | 0.36 | 0.85 |
| Hex | CC | CD | E7 | C | B | 0 | 9 | EE | 24 | 55 |
| Octal | 314 | 315 | 347 | 14 | 13 | 0 | 11 | 356 | 44 | 125 |
| Binary | 11001100 | 11001101 | 11100111 | 1100 | 1011 | 0 | 1001 | 11101110 | 100100 | 1010101 |
Color Harmonies of #CCCDE7
Complementary color
Monochromatic Colors of #CCCDE7
Black with #CCCDE7
Text Example
Text Example
White with #CCCDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDE7; }
p { color: rgb(204,205,231); }
H1.HeaderClassName
{
color: #CCCDE7;
}
.AnyTagClassName
{
color: #CCCDE7;
}
</style>
background-color css
<style>
a { background-color: #CCCDE7; }
a { background-color: rgb(204,205,231); }
div.DivClassName
{
background-color: #CCCDE7;
}
.BgClassName
{
background-color: #CCCDE7;
}
</style>
border-color css
<style>
span { border-color: #CCCDE7; }
span { border-color: rgb(204,205,231); }
td.TdClassName
{
border-color: #CCCDE7;
}
.TagClassName
{
border-color: #CCCDE7;
}
</style>