Shades of Quartz #CFCEDE
Tints of Quartz #CFCEDE
RGB
CMYK
RGB Variations
Color information
#CFCEDE (or 0xCFCEDE) is known color: Quartz. HEX triplet: CF, CE and DE. RGB value is (207,206,222). Sum of RGB (Red+Green+Blue) = 207+206+222=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDE is #303121. Grayscale: #D0D0D0. Windows color (decimal): -3158306 or 14601935. OLE color: 14601935.
HSL color Cylindrical-coordinate representation of color #CFCEDE: hue angle of 243.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCEDE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 206 | 222 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.13 |
| HSL | 243.75º | 0.2% | 0.84% | - |
| HSV(B) | 243.75º | 0.07% | 0.87% | - |
| XYZ | 60.99 | 62.68 | 77.99 | - |
| YUV | 208.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 222 | 0.07 | 0.07 | 0 | 0.13 | 243.75 | 0.2 | 0.84 |
| Hex | CF | CE | DE | 7 | 7 | 0 | D | F4 | 14 | 54 |
| Octal | 317 | 316 | 336 | 7 | 7 | 0 | 15 | 364 | 24 | 124 |
| Binary | 11001111 | 11001110 | 11011110 | 111 | 111 | 0 | 1101 | 11110100 | 10100 | 1010100 |
Color Harmonies of #CFCEDE
Complementary color
Monochromatic Colors of #CFCEDE
Black with #CFCEDE
Text Example
Text Example
White with #CFCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDE; }
p { color: rgb(207,206,222); }
H1.HeaderClassName
{
color: #CFCEDE;
}
.AnyTagClassName
{
color: #CFCEDE;
}
</style>
background-color css
<style>
a { background-color: #CFCEDE; }
a { background-color: rgb(207,206,222); }
div.DivClassName
{
background-color: #CFCEDE;
}
.BgClassName
{
background-color: #CFCEDE;
}
</style>
border-color css
<style>
span { border-color: #CFCEDE; }
span { border-color: rgb(207,206,222); }
td.TdClassName
{
border-color: #CFCEDE;
}
.TagClassName
{
border-color: #CFCEDE;
}
</style>