Shades of Quartz #CFCEEA
Tints of Quartz #CFCEEA
RGB
CMYK
RGB Variations
Color information
#CFCEEA (or 0xCFCEEA) is known color: Quartz. HEX triplet: CF, CE and EA. RGB value is (207,206,234). Sum of RGB (Red+Green+Blue) = 207+206+234=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEEA is #303115. Grayscale: #D1D1D1. Windows color (decimal): -3158294 or 15388367. OLE color: 15388367.
HSL color Cylindrical-coordinate representation of color #CFCEEA: hue angle of 242.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCEEA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 206 | 234 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.08 |
| HSL | 242.14º | 0.4% | 0.86% | - |
| HSV(B) | 242.14º | 0.12% | 0.92% | - |
| XYZ | 62.65 | 63.35 | 86.77 | - |
| YUV | 209.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 234 | 0.12 | 0.12 | 0 | 0.08 | 242.14 | 0.4 | 0.86 |
| Hex | CF | CE | EA | C | C | 0 | 8 | F2 | 28 | 56 |
| Octal | 317 | 316 | 352 | 14 | 14 | 0 | 10 | 362 | 50 | 126 |
| Binary | 11001111 | 11001110 | 11101010 | 1100 | 1100 | 0 | 1000 | 11110010 | 101000 | 1010110 |
Color Harmonies of #CFCEEA
Complementary color
Monochromatic Colors of #CFCEEA
Black with #CFCEEA
Text Example
Text Example
White with #CFCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEEA; }
p { color: rgb(207,206,234); }
H1.HeaderClassName
{
color: #CFCEEA;
}
.AnyTagClassName
{
color: #CFCEEA;
}
</style>
background-color css
<style>
a { background-color: #CFCEEA; }
a { background-color: rgb(207,206,234); }
div.DivClassName
{
background-color: #CFCEEA;
}
.BgClassName
{
background-color: #CFCEEA;
}
</style>
border-color css
<style>
span { border-color: #CFCEEA; }
span { border-color: rgb(207,206,234); }
td.TdClassName
{
border-color: #CFCEEA;
}
.TagClassName
{
border-color: #CFCEEA;
}
</style>