Shades of Quartz #CFCEE5
Tints of Quartz #CFCEE5
RGB
CMYK
RGB Variations
Color information
#CFCEE5 (or 0xCFCEE5) is known color: Quartz. HEX triplet: CF, CE and E5. RGB value is (207,206,229). Sum of RGB (Red+Green+Blue) = 207+206+229=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE5 is #30311A. Grayscale: #D0D0D0. Windows color (decimal): -3158299 or 15060687. OLE color: 15060687.
HSL color Cylindrical-coordinate representation of color #CFCEE5: hue angle of 242.61º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCEE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 206 | 229 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.10 |
| HSL | 242.61º | 0.31% | 0.85% | - |
| HSV(B) | 242.61º | 0.1% | 0.9% | - |
| XYZ | 61.95 | 63.07 | 83.04 | - |
| YUV | 208.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 229 | 0.10 | 0.10 | 0 | 0.10 | 242.61 | 0.31 | 0.85 |
| Hex | CF | CE | E5 | A | A | 0 | A | F3 | 1F | 55 |
| Octal | 317 | 316 | 345 | 12 | 12 | 0 | 12 | 363 | 37 | 125 |
| Binary | 11001111 | 11001110 | 11100101 | 1010 | 1010 | 0 | 1010 | 11110011 | 11111 | 1010101 |
Color Harmonies of #CFCEE5
Complementary color
Monochromatic Colors of #CFCEE5
Black with #CFCEE5
Text Example
Text Example
White with #CFCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE5; }
p { color: rgb(207,206,229); }
H1.HeaderClassName
{
color: #CFCEE5;
}
.AnyTagClassName
{
color: #CFCEE5;
}
</style>
background-color css
<style>
a { background-color: #CFCEE5; }
a { background-color: rgb(207,206,229); }
div.DivClassName
{
background-color: #CFCEE5;
}
.BgClassName
{
background-color: #CFCEE5;
}
</style>
border-color css
<style>
span { border-color: #CFCEE5; }
span { border-color: rgb(207,206,229); }
td.TdClassName
{
border-color: #CFCEE5;
}
.TagClassName
{
border-color: #CFCEE5;
}
</style>