Shades of Quartz #CFCEED
Tints of Quartz #CFCEED
RGB
CMYK
RGB Variations
Color information
#CFCEED (or 0xCFCEED) is known color: Quartz. HEX triplet: CF, CE and ED. RGB value is (207,206,237). Sum of RGB (Red+Green+Blue) = 207+206+237=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEED is #303112. Grayscale: #D1D1D1. Windows color (decimal): -3158291 or 15584975. OLE color: 15584975.
HSL color Cylindrical-coordinate representation of color #CFCEED: hue angle of 241.94º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFCEED is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 206 | 237 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.07 |
| HSL | 241.94º | 0.46% | 0.87% | - |
| HSV(B) | 241.94º | 0.13% | 0.93% | - |
| XYZ | 63.09 | 63.52 | 89.06 | - |
| YUV | 209.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 237 | 0.13 | 0.13 | 0 | 0.07 | 241.94 | 0.46 | 0.87 |
| Hex | CF | CE | ED | D | D | 0 | 7 | F2 | 2E | 57 |
| Octal | 317 | 316 | 355 | 15 | 15 | 0 | 7 | 362 | 56 | 127 |
| Binary | 11001111 | 11001110 | 11101101 | 1101 | 1101 | 0 | 111 | 11110010 | 101110 | 1010111 |
Color Harmonies of #CFCEED
Complementary color
Monochromatic Colors of #CFCEED
Black with #CFCEED
Text Example
Text Example
White with #CFCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEED; }
p { color: rgb(207,206,237); }
H1.HeaderClassName
{
color: #CFCEED;
}
.AnyTagClassName
{
color: #CFCEED;
}
</style>
background-color css
<style>
a { background-color: #CFCEED; }
a { background-color: rgb(207,206,237); }
div.DivClassName
{
background-color: #CFCEED;
}
.BgClassName
{
background-color: #CFCEED;
}
</style>
border-color css
<style>
span { border-color: #CFCEED; }
span { border-color: rgb(207,206,237); }
td.TdClassName
{
border-color: #CFCEED;
}
.TagClassName
{
border-color: #CFCEED;
}
</style>