Shades of Quartz #CFCCE3
Tints of Quartz #CFCCE3
RGB
CMYK
RGB Variations
Color information
#CFCCE3 (or 0xCFCCE3) is known color: Quartz. HEX triplet: CF, CC and E3. RGB value is (207,204,227). Sum of RGB (Red+Green+Blue) = 207+204+227=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE3 is #30331C. Grayscale: #CFCFCF. Windows color (decimal): -3158813 or 14929103. OLE color: 14929103.
HSL color Cylindrical-coordinate representation of color #CFCCE3: hue angle of 247.83º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCCE3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 204 | 227 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.11 |
| HSL | 247.83º | 0.29% | 0.85% | - |
| HSV(B) | 247.83º | 0.1% | 0.89% | - |
| XYZ | 61.19 | 62 | 81.41 | - |
| YUV | 207.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 227 | 0.09 | 0.10 | 0 | 0.11 | 247.83 | 0.29 | 0.85 |
| Hex | CF | CC | E3 | 9 | A | 0 | B | F8 | 1D | 55 |
| Octal | 317 | 314 | 343 | 11 | 12 | 0 | 13 | 370 | 35 | 125 |
| Binary | 11001111 | 11001100 | 11100011 | 1001 | 1010 | 0 | 1011 | 11111000 | 11101 | 1010101 |
Color Harmonies of #CFCCE3
Complementary color
Monochromatic Colors of #CFCCE3
Black with #CFCCE3
Text Example
Text Example
White with #CFCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE3; }
p { color: rgb(207,204,227); }
H1.HeaderClassName
{
color: #CFCCE3;
}
.AnyTagClassName
{
color: #CFCCE3;
}
</style>
background-color css
<style>
a { background-color: #CFCCE3; }
a { background-color: rgb(207,204,227); }
div.DivClassName
{
background-color: #CFCCE3;
}
.BgClassName
{
background-color: #CFCCE3;
}
</style>
border-color css
<style>
span { border-color: #CFCCE3; }
span { border-color: rgb(207,204,227); }
td.TdClassName
{
border-color: #CFCCE3;
}
.TagClassName
{
border-color: #CFCCE3;
}
</style>