Shades of Quartz #CFCEE9
Tints of Quartz #CFCEE9
RGB
CMYK
RGB Variations
Color information
#CFCEE9 (or 0xCFCEE9) is known color: Quartz. HEX triplet: CF, CE and E9. RGB value is (207,206,233). Sum of RGB (Red+Green+Blue) = 207+206+233=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEE9 is #303116. Grayscale: #D1D1D1. Windows color (decimal): -3158295 or 15322831. OLE color: 15322831.
HSL color Cylindrical-coordinate representation of color #CFCEE9: hue angle of 242.22º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCEE9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 206 | 233 | - |
CMYK | 0.11 | 0.12 | 0 | 0.09 |
HSL | 242.22º | 0.38% | 0.86% | - |
HSV(B) | 242.22º | 0.12% | 0.91% | - |
XYZ | 62.51 | 63.29 | 86.01 | - |
YUV | 209.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 233 | 0.11 | 0.12 | 0 | 0.09 | 242.22 | 0.38 | 0.86 |
Hex | CF | CE | E9 | B | C | 0 | 9 | F2 | 26 | 56 |
Octal | 317 | 316 | 351 | 13 | 14 | 0 | 11 | 362 | 46 | 126 |
Binary | 11001111 | 11001110 | 11101001 | 1011 | 1100 | 0 | 1001 | 11110010 | 100110 | 1010110 |
Color Harmonies of #CFCEE9
Complementary color
Monochromatic Colors of #CFCEE9
Black with #CFCEE9
Text Example
Text Example
White with #CFCEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE9; }
p { color: rgb(207,206,233); }
H1.HeaderClassName
{
color: #CFCEE9;
}
.AnyTagClassName
{
color: #CFCEE9;
}
</style>
background-color css
<style>
a { background-color: #CFCEE9; }
a { background-color: rgb(207,206,233); }
div.DivClassName
{
background-color: #CFCEE9;
}
.BgClassName
{
background-color: #CFCEE9;
}
</style>
border-color css
<style>
span { border-color: #CFCEE9; }
span { border-color: rgb(207,206,233); }
td.TdClassName
{
border-color: #CFCEE9;
}
.TagClassName
{
border-color: #CFCEE9;
}
</style>