Shades of Quartz #CFCFEB
Tints of Quartz #CFCFEB
RGB
CMYK
RGB Variations
Color information
#CFCFEB (or 0xCFCFEB) is known color: Quartz. HEX triplet: CF, CF and EB. RGB value is (207,207,235). Sum of RGB (Red+Green+Blue) = 207+207+235=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFEB is #303014. Grayscale: #D2D2D2. Windows color (decimal): -3158037 or 15454159. OLE color: 15454159.
HSL color Cylindrical-coordinate representation of color #CFCFEB: hue angle of 240º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCFEB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 207 | 235 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.08 |
| HSL | 240º | 0.41% | 0.87% | - |
| HSV(B) | 240º | 0.12% | 0.92% | - |
| XYZ | 63.04 | 63.89 | 87.61 | - |
| YUV | 210.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 235 | 0.12 | 0.12 | 0 | 0.08 | 240 | 0.41 | 0.87 |
| Hex | CF | CF | EB | C | C | 0 | 8 | F0 | 29 | 57 |
| Octal | 317 | 317 | 353 | 14 | 14 | 0 | 10 | 360 | 51 | 127 |
| Binary | 11001111 | 11001111 | 11101011 | 1100 | 1100 | 0 | 1000 | 11110000 | 101001 | 1010111 |
Color Harmonies of #CFCFEB
Complementary color
Monochromatic Colors of #CFCFEB
Black with #CFCFEB
Text Example
Text Example
White with #CFCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFEB; }
p { color: rgb(207,207,235); }
H1.HeaderClassName
{
color: #CFCFEB;
}
.AnyTagClassName
{
color: #CFCFEB;
}
</style>
background-color css
<style>
a { background-color: #CFCFEB; }
a { background-color: rgb(207,207,235); }
div.DivClassName
{
background-color: #CFCFEB;
}
.BgClassName
{
background-color: #CFCFEB;
}
</style>
border-color css
<style>
span { border-color: #CFCFEB; }
span { border-color: rgb(207,207,235); }
td.TdClassName
{
border-color: #CFCFEB;
}
.TagClassName
{
border-color: #CFCFEB;
}
</style>