Shades of Quartz #CFCCE5
Tints of Quartz #CFCCE5
RGB
CMYK
RGB Variations
Color information
#CFCCE5 (or 0xCFCCE5) is known color: Quartz. HEX triplet: CF, CC and E5. RGB value is (207,204,229). Sum of RGB (Red+Green+Blue) = 207+204+229=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE5 is #30331A. Grayscale: #CFCFCF. Windows color (decimal): -3158811 or 15060175. OLE color: 15060175.
HSL color Cylindrical-coordinate representation of color #CFCCE5: hue angle of 247.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCCE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 204 | 229 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.10 |
| HSL | 247.2º | 0.32% | 0.85% | - |
| HSV(B) | 247.2º | 0.11% | 0.9% | - |
| XYZ | 61.47 | 62.11 | 82.88 | - |
| YUV | 207.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 229 | 0.10 | 0.11 | 0 | 0.10 | 247.2 | 0.32 | 0.85 |
| Hex | CF | CC | E5 | A | B | 0 | A | F7 | 20 | 55 |
| Octal | 317 | 314 | 345 | 12 | 13 | 0 | 12 | 367 | 40 | 125 |
| Binary | 11001111 | 11001100 | 11100101 | 1010 | 1011 | 0 | 1010 | 11110111 | 100000 | 1010101 |
Color Harmonies of #CFCCE5
Complementary color
Monochromatic Colors of #CFCCE5
Black with #CFCCE5
Text Example
Text Example
White with #CFCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE5; }
p { color: rgb(207,204,229); }
H1.HeaderClassName
{
color: #CFCCE5;
}
.AnyTagClassName
{
color: #CFCCE5;
}
</style>
background-color css
<style>
a { background-color: #CFCCE5; }
a { background-color: rgb(207,204,229); }
div.DivClassName
{
background-color: #CFCCE5;
}
.BgClassName
{
background-color: #CFCCE5;
}
</style>
border-color css
<style>
span { border-color: #CFCCE5; }
span { border-color: rgb(207,204,229); }
td.TdClassName
{
border-color: #CFCCE5;
}
.TagClassName
{
border-color: #CFCCE5;
}
</style>