Shades of Quartz #CFCBEC
Tints of Quartz #CFCBEC
RGB
CMYK
RGB Variations
Color information
#CFCBEC (or 0xCFCBEC) is known color: Quartz. HEX triplet: CF, CB and EC. RGB value is (207,203,236). Sum of RGB (Red+Green+Blue) = 207+203+236=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBEC is #303413. Grayscale: #CFCFCF. Windows color (decimal): -3159060 or 15518671. OLE color: 15518671.
HSL color Cylindrical-coordinate representation of color #CFCBEC: hue angle of 247.27º degrees, saturation: 0.46, 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 #CFCBEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 203 | 236 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.07 |
| HSL | 247.27º | 0.46% | 0.86% | - |
| HSV(B) | 247.27º | 0.14% | 0.93% | - |
| XYZ | 62.23 | 62.03 | 88.05 | - |
| YUV | 207.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 236 | 0.12 | 0.14 | 0 | 0.07 | 247.27 | 0.46 | 0.86 |
| Hex | CF | CB | EC | C | E | 0 | 7 | F7 | 2E | 56 |
| Octal | 317 | 313 | 354 | 14 | 16 | 0 | 7 | 367 | 56 | 126 |
| Binary | 11001111 | 11001011 | 11101100 | 1100 | 1110 | 0 | 111 | 11110111 | 101110 | 1010110 |
Color Harmonies of #CFCBEC
Complementary color
Monochromatic Colors of #CFCBEC
Black with #CFCBEC
Text Example
Text Example
White with #CFCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBEC; }
p { color: rgb(207,203,236); }
H1.HeaderClassName
{
color: #CFCBEC;
}
.AnyTagClassName
{
color: #CFCBEC;
}
</style>
background-color css
<style>
a { background-color: #CFCBEC; }
a { background-color: rgb(207,203,236); }
div.DivClassName
{
background-color: #CFCBEC;
}
.BgClassName
{
background-color: #CFCBEC;
}
</style>
border-color css
<style>
span { border-color: #CFCBEC; }
span { border-color: rgb(207,203,236); }
td.TdClassName
{
border-color: #CFCBEC;
}
.TagClassName
{
border-color: #CFCBEC;
}
</style>