Shades of Quartz #CFCFE9
Tints of Quartz #CFCFE9
RGB
CMYK
RGB Variations
Color information
#CFCFE9 (or 0xCFCFE9) is known color: Quartz. HEX triplet: CF, CF and E9. RGB value is (207,207,233). Sum of RGB (Red+Green+Blue) = 207+207+233=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFE9 is #303016. Grayscale: #D1D1D1. Windows color (decimal): -3158039 or 15323087. OLE color: 15323087.
HSL color Cylindrical-coordinate representation of color #CFCFE9: hue angle of 240º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCFE9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 207 | 233 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.09 |
| HSL | 240º | 0.37% | 0.86% | - |
| HSV(B) | 240º | 0.11% | 0.91% | - |
| XYZ | 62.75 | 63.77 | 86.09 | - |
| YUV | 209.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 233 | 0.11 | 0.11 | 0 | 0.09 | 240 | 0.37 | 0.86 |
| Hex | CF | CF | E9 | B | B | 0 | 9 | F0 | 25 | 56 |
| Octal | 317 | 317 | 351 | 13 | 13 | 0 | 11 | 360 | 45 | 126 |
| Binary | 11001111 | 11001111 | 11101001 | 1011 | 1011 | 0 | 1001 | 11110000 | 100101 | 1010110 |
Color Harmonies of #CFCFE9
Complementary color
Monochromatic Colors of #CFCFE9
Black with #CFCFE9
Text Example
Text Example
White with #CFCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFE9; }
p { color: rgb(207,207,233); }
H1.HeaderClassName
{
color: #CFCFE9;
}
.AnyTagClassName
{
color: #CFCFE9;
}
</style>
background-color css
<style>
a { background-color: #CFCFE9; }
a { background-color: rgb(207,207,233); }
div.DivClassName
{
background-color: #CFCFE9;
}
.BgClassName
{
background-color: #CFCFE9;
}
</style>
border-color css
<style>
span { border-color: #CFCFE9; }
span { border-color: rgb(207,207,233); }
td.TdClassName
{
border-color: #CFCFE9;
}
.TagClassName
{
border-color: #CFCFE9;
}
</style>