Shades of Quartz #CFCCEE
Tints of Quartz #CFCCEE
RGB
CMYK
RGB Variations
Color information
#CFCCEE (or 0xCFCCEE) is known color: Quartz. HEX triplet: CF, CC and EE. RGB value is (207,204,238). Sum of RGB (Red+Green+Blue) = 207+204+238=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEE is #303311. Grayscale: #D0D0D0. Windows color (decimal): -3158802 or 15649999. OLE color: 15649999.
HSL color Cylindrical-coordinate representation of color #CFCCEE: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCEE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 204 | 238 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.07 |
| HSL | 245.29º | 0.5% | 0.87% | - |
| HSV(B) | 245.29º | 0.14% | 0.93% | - |
| XYZ | 62.76 | 62.62 | 89.67 | - |
| YUV | 208.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 238 | 0.13 | 0.14 | 0 | 0.07 | 245.29 | 0.5 | 0.87 |
| Hex | CF | CC | EE | D | E | 0 | 7 | F5 | 32 | 57 |
| Octal | 317 | 314 | 356 | 15 | 16 | 0 | 7 | 365 | 62 | 127 |
| Binary | 11001111 | 11001100 | 11101110 | 1101 | 1110 | 0 | 111 | 11110101 | 110010 | 1010111 |
Color Harmonies of #CFCCEE
Complementary color
Monochromatic Colors of #CFCCEE
Black with #CFCCEE
Text Example
Text Example
White with #CFCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCEE; }
p { color: rgb(207,204,238); }
H1.HeaderClassName
{
color: #CFCCEE;
}
.AnyTagClassName
{
color: #CFCCEE;
}
</style>
background-color css
<style>
a { background-color: #CFCCEE; }
a { background-color: rgb(207,204,238); }
div.DivClassName
{
background-color: #CFCCEE;
}
.BgClassName
{
background-color: #CFCCEE;
}
</style>
border-color css
<style>
span { border-color: #CFCCEE; }
span { border-color: rgb(207,204,238); }
td.TdClassName
{
border-color: #CFCCEE;
}
.TagClassName
{
border-color: #CFCCEE;
}
</style>