Shades of Quartz #CFCFE2
Tints of Quartz #CFCFE2
RGB
CMYK
RGB Variations
Color information
#CFCFE2 (or 0xCFCFE2) is known color: Quartz. HEX triplet: CF, CF and E2. RGB value is (207,207,226). Sum of RGB (Red+Green+Blue) = 207+207+226=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFE2 is #30301D. Grayscale: #D1D1D1. Windows color (decimal): -3158046 or 14864335. OLE color: 14864335.
HSL color Cylindrical-coordinate representation of color #CFCFE2: hue angle of 240º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCFE2 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 207 | 226 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.11 |
| HSL | 240º | 0.25% | 0.85% | - |
| HSV(B) | 240º | 0.08% | 0.89% | - |
| XYZ | 61.77 | 63.38 | 80.93 | - |
| YUV | 209.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 226 | 0.08 | 0.08 | 0 | 0.11 | 240 | 0.25 | 0.85 |
| Hex | CF | CF | E2 | 8 | 8 | 0 | B | F0 | 19 | 55 |
| Octal | 317 | 317 | 342 | 10 | 10 | 0 | 13 | 360 | 31 | 125 |
| Binary | 11001111 | 11001111 | 11100010 | 1000 | 1000 | 0 | 1011 | 11110000 | 11001 | 1010101 |
Color Harmonies of #CFCFE2
Complementary color
Monochromatic Colors of #CFCFE2
Black with #CFCFE2
Text Example
Text Example
White with #CFCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFE2; }
p { color: rgb(207,207,226); }
H1.HeaderClassName
{
color: #CFCFE2;
}
.AnyTagClassName
{
color: #CFCFE2;
}
</style>
background-color css
<style>
a { background-color: #CFCFE2; }
a { background-color: rgb(207,207,226); }
div.DivClassName
{
background-color: #CFCFE2;
}
.BgClassName
{
background-color: #CFCFE2;
}
</style>
border-color css
<style>
span { border-color: #CFCFE2; }
span { border-color: rgb(207,207,226); }
td.TdClassName
{
border-color: #CFCFE2;
}
.TagClassName
{
border-color: #CFCFE2;
}
</style>