Shades of Quartz #CFCCEB
Tints of Quartz #CFCCEB
RGB
CMYK
RGB Variations
Color information
#CFCCEB (or 0xCFCCEB) is known color: Quartz. HEX triplet: CF, CC and EB. RGB value is (207,204,235). Sum of RGB (Red+Green+Blue) = 207+204+235=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEB is #303314. Grayscale: #D0D0D0. Windows color (decimal): -3158805 or 15453391. OLE color: 15453391.
HSL color Cylindrical-coordinate representation of color #CFCCEB: hue angle of 245.81º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCCEB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 204 | 235 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.08 |
| HSL | 245.81º | 0.44% | 0.86% | - |
| HSV(B) | 245.81º | 0.13% | 0.92% | - |
| XYZ | 62.32 | 62.45 | 87.37 | - |
| YUV | 208.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 235 | 0.12 | 0.13 | 0 | 0.08 | 245.81 | 0.44 | 0.86 |
| Hex | CF | CC | EB | C | D | 0 | 8 | F6 | 2C | 56 |
| Octal | 317 | 314 | 353 | 14 | 15 | 0 | 10 | 366 | 54 | 126 |
| Binary | 11001111 | 11001100 | 11101011 | 1100 | 1101 | 0 | 1000 | 11110110 | 101100 | 1010110 |
Color Harmonies of #CFCCEB
Complementary color
Monochromatic Colors of #CFCCEB
Black with #CFCCEB
Text Example
Text Example
White with #CFCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCEB; }
p { color: rgb(207,204,235); }
H1.HeaderClassName
{
color: #CFCCEB;
}
.AnyTagClassName
{
color: #CFCCEB;
}
</style>
background-color css
<style>
a { background-color: #CFCCEB; }
a { background-color: rgb(207,204,235); }
div.DivClassName
{
background-color: #CFCCEB;
}
.BgClassName
{
background-color: #CFCCEB;
}
</style>
border-color css
<style>
span { border-color: #CFCCEB; }
span { border-color: rgb(207,204,235); }
td.TdClassName
{
border-color: #CFCCEB;
}
.TagClassName
{
border-color: #CFCCEB;
}
</style>