Shades of Quartz #CFCCED
Tints of Quartz #CFCCED
RGB
CMYK
RGB Variations
Color information
#CFCCED (or 0xCFCCED) is known color: Quartz. HEX triplet: CF, CC and ED. RGB value is (207,204,237). Sum of RGB (Red+Green+Blue) = 207+204+237=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCED is #303312. Grayscale: #D0D0D0. Windows color (decimal): -3158803 or 15584463. OLE color: 15584463.
HSL color Cylindrical-coordinate representation of color #CFCCED: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 204 | 237 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.07 |
| HSL | 245.45º | 0.48% | 0.86% | - |
| HSV(B) | 245.45º | 0.14% | 0.93% | - |
| XYZ | 62.61 | 62.57 | 88.9 | - |
| YUV | 208.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 237 | 0.13 | 0.14 | 0 | 0.07 | 245.45 | 0.48 | 0.86 |
| Hex | CF | CC | ED | D | E | 0 | 7 | F5 | 30 | 56 |
| Octal | 317 | 314 | 355 | 15 | 16 | 0 | 7 | 365 | 60 | 126 |
| Binary | 11001111 | 11001100 | 11101101 | 1101 | 1110 | 0 | 111 | 11110101 | 110000 | 1010110 |
Color Harmonies of #CFCCED
Complementary color
Monochromatic Colors of #CFCCED
Black with #CFCCED
Text Example
Text Example
White with #CFCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCED; }
p { color: rgb(207,204,237); }
H1.HeaderClassName
{
color: #CFCCED;
}
.AnyTagClassName
{
color: #CFCCED;
}
</style>
background-color css
<style>
a { background-color: #CFCCED; }
a { background-color: rgb(207,204,237); }
div.DivClassName
{
background-color: #CFCCED;
}
.BgClassName
{
background-color: #CFCCED;
}
</style>
border-color css
<style>
span { border-color: #CFCCED; }
span { border-color: rgb(207,204,237); }
td.TdClassName
{
border-color: #CFCCED;
}
.TagClassName
{
border-color: #CFCCED;
}
</style>