Shades of Quartz #CFCDE2
Tints of Quartz #CFCDE2
RGB
CMYK
RGB Variations
Color information
#CFCDE2 (or 0xCFCDE2) is known color: Quartz. HEX triplet: CF, CD and E2. RGB value is (207,205,226). Sum of RGB (Red+Green+Blue) = 207+205+226=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE2 is #30321D. Grayscale: #CFCFCF. Windows color (decimal): -3158558 or 14863823. OLE color: 14863823.
HSL color Cylindrical-coordinate representation of color #CFCDE2: hue angle of 245.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCDE2 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 205 | 226 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.11 |
| HSL | 245.71º | 0.27% | 0.85% | - |
| HSV(B) | 245.71º | 0.09% | 0.89% | - |
| XYZ | 61.29 | 62.42 | 80.77 | - |
| YUV | 207.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 226 | 0.08 | 0.09 | 0 | 0.11 | 245.71 | 0.27 | 0.85 |
| Hex | CF | CD | E2 | 8 | 9 | 0 | B | F6 | 1B | 55 |
| Octal | 317 | 315 | 342 | 10 | 11 | 0 | 13 | 366 | 33 | 125 |
| Binary | 11001111 | 11001101 | 11100010 | 1000 | 1001 | 0 | 1011 | 11110110 | 11011 | 1010101 |
Color Harmonies of #CFCDE2
Complementary color
Monochromatic Colors of #CFCDE2
Black with #CFCDE2
Text Example
Text Example
White with #CFCDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDE2; }
p { color: rgb(207,205,226); }
H1.HeaderClassName
{
color: #CFCDE2;
}
.AnyTagClassName
{
color: #CFCDE2;
}
</style>
background-color css
<style>
a { background-color: #CFCDE2; }
a { background-color: rgb(207,205,226); }
div.DivClassName
{
background-color: #CFCDE2;
}
.BgClassName
{
background-color: #CFCDE2;
}
</style>
border-color css
<style>
span { border-color: #CFCDE2; }
span { border-color: rgb(207,205,226); }
td.TdClassName
{
border-color: #CFCDE2;
}
.TagClassName
{
border-color: #CFCDE2;
}
</style>