Shades of Quartz #CFCBEA
Tints of Quartz #CFCBEA
RGB
CMYK
RGB Variations
Color information
#CFCBEA (or 0xCFCBEA) is known color: Quartz. HEX triplet: CF, CB and EA. RGB value is (207,203,234). Sum of RGB (Red+Green+Blue) = 207+203+234=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBEA is #303415. Grayscale: #CFCFCF. Windows color (decimal): -3159062 or 15387599. OLE color: 15387599.
HSL color Cylindrical-coordinate representation of color #CFCBEA: hue angle of 247.74º degrees, saturation: 0.42, 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 #CFCBEA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 203 | 234 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.08 |
| HSL | 247.74º | 0.42% | 0.86% | - |
| HSV(B) | 247.74º | 0.13% | 0.92% | - |
| XYZ | 61.94 | 61.92 | 86.53 | - |
| YUV | 207.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 234 | 0.12 | 0.13 | 0 | 0.08 | 247.74 | 0.42 | 0.86 |
| Hex | CF | CB | EA | C | D | 0 | 8 | F8 | 2A | 56 |
| Octal | 317 | 313 | 352 | 14 | 15 | 0 | 10 | 370 | 52 | 126 |
| Binary | 11001111 | 11001011 | 11101010 | 1100 | 1101 | 0 | 1000 | 11111000 | 101010 | 1010110 |
Color Harmonies of #CFCBEA
Complementary color
Monochromatic Colors of #CFCBEA
Black with #CFCBEA
Text Example
Text Example
White with #CFCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBEA; }
p { color: rgb(207,203,234); }
H1.HeaderClassName
{
color: #CFCBEA;
}
.AnyTagClassName
{
color: #CFCBEA;
}
</style>
background-color css
<style>
a { background-color: #CFCBEA; }
a { background-color: rgb(207,203,234); }
div.DivClassName
{
background-color: #CFCBEA;
}
.BgClassName
{
background-color: #CFCBEA;
}
</style>
border-color css
<style>
span { border-color: #CFCBEA; }
span { border-color: rgb(207,203,234); }
td.TdClassName
{
border-color: #CFCBEA;
}
.TagClassName
{
border-color: #CFCBEA;
}
</style>