Shades of Quartz #CFCEF0
Tints of Quartz #CFCEF0
RGB
CMYK
RGB Variations
Color information
#CFCEF0 (or 0xCFCEF0) is known color: Quartz. HEX triplet: CF, CE and F0. RGB value is (207,206,240). Sum of RGB (Red+Green+Blue) = 207+206+240=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF0 is #30310F. Grayscale: #D2D2D2. Windows color (decimal): -3158288 or 15781583. OLE color: 15781583.
HSL color Cylindrical-coordinate representation of color #CFCEF0: hue angle of 241.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCEF0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 206 | 240 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.06 |
| HSL | 241.76º | 0.53% | 0.87% | - |
| HSV(B) | 241.76º | 0.14% | 0.94% | - |
| XYZ | 63.53 | 63.7 | 91.38 | - |
| YUV | 210.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 240 | 0.14 | 0.14 | 0 | 0.06 | 241.76 | 0.53 | 0.87 |
| Hex | CF | CE | F0 | E | E | 0 | 6 | F2 | 35 | 57 |
| Octal | 317 | 316 | 360 | 16 | 16 | 0 | 6 | 362 | 65 | 127 |
| Binary | 11001111 | 11001110 | 11110000 | 1110 | 1110 | 0 | 110 | 11110010 | 110101 | 1010111 |
Color Harmonies of #CFCEF0
Complementary color
Monochromatic Colors of #CFCEF0
Black with #CFCEF0
Text Example
Text Example
White with #CFCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEF0; }
p { color: rgb(207,206,240); }
H1.HeaderClassName
{
color: #CFCEF0;
}
.AnyTagClassName
{
color: #CFCEF0;
}
</style>
background-color css
<style>
a { background-color: #CFCEF0; }
a { background-color: rgb(207,206,240); }
div.DivClassName
{
background-color: #CFCEF0;
}
.BgClassName
{
background-color: #CFCEF0;
}
</style>
border-color css
<style>
span { border-color: #CFCEF0; }
span { border-color: rgb(207,206,240); }
td.TdClassName
{
border-color: #CFCEF0;
}
.TagClassName
{
border-color: #CFCEF0;
}
</style>