Shades of Quartz #CCC9E7
Tints of Quartz #CCC9E7
RGB
CMYK
RGB Variations
Color information
#CCC9E7 (or 0xCCC9E7) is known color: Quartz. HEX triplet: CC, C9 and E7. RGB value is (204,201,231). Sum of RGB (Red+Green+Blue) = 204+201+231=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCC9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9E7 is #333618. Grayscale: #CDCDCD. Windows color (decimal): -3356185 or 15190476. OLE color: 15190476.
HSL color Cylindrical-coordinate representation of color #CCC9E7: hue angle of 246º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC9E7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 201 | 231 | - |
CMYK | 0.12 | 0.13 | 0 | 0.09 |
HSL | 246º | 0.38% | 0.85% | - |
HSV(B) | 246º | 0.13% | 0.91% | - |
XYZ | 60.21 | 60.38 | 84.08 | - |
YUV | 205.32 | 142.49 | 127.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 231 | 0.12 | 0.13 | 0 | 0.09 | 246 | 0.38 | 0.85 |
Hex | CC | C9 | E7 | C | D | 0 | 9 | F6 | 26 | 55 |
Octal | 314 | 311 | 347 | 14 | 15 | 0 | 11 | 366 | 46 | 125 |
Binary | 11001100 | 11001001 | 11100111 | 1100 | 1101 | 0 | 1001 | 11110110 | 100110 | 1010101 |
Color Harmonies of #CCC9E7
Complementary color
Monochromatic Colors of #CCC9E7
Black with #CCC9E7
Text Example
Text Example
White with #CCC9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9E7; }
p { color: rgb(204,201,231); }
H1.HeaderClassName
{
color: #CCC9E7;
}
.AnyTagClassName
{
color: #CCC9E7;
}
</style>
background-color css
<style>
a { background-color: #CCC9E7; }
a { background-color: rgb(204,201,231); }
div.DivClassName
{
background-color: #CCC9E7;
}
.BgClassName
{
background-color: #CCC9E7;
}
</style>
border-color css
<style>
span { border-color: #CCC9E7; }
span { border-color: rgb(204,201,231); }
td.TdClassName
{
border-color: #CCC9E7;
}
.TagClassName
{
border-color: #CCC9E7;
}
</style>