Shades of Quartz #CFCDE1
Tints of Quartz #CFCDE1
RGB
CMYK
RGB Variations
Color information
#CFCDE1 (or 0xCFCDE1) is known color: Quartz. HEX triplet: CF, CD and E1. RGB value is (207,205,225). Sum of RGB (Red+Green+Blue) = 207+205+225=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE1 is #30321E. Grayscale: #CFCFCF. Windows color (decimal): -3158559 or 14798287. OLE color: 14798287.
HSL color Cylindrical-coordinate representation of color #CFCDE1: hue angle of 246º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCDE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 205 | 225 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.12 |
| HSL | 246º | 0.25% | 0.84% | - |
| HSV(B) | 246º | 0.09% | 0.88% | - |
| XYZ | 61.15 | 62.36 | 80.05 | - |
| YUV | 207.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 225 | 0.08 | 0.09 | 0 | 0.12 | 246 | 0.25 | 0.84 |
| Hex | CF | CD | E1 | 8 | 9 | 0 | C | F6 | 19 | 54 |
| Octal | 317 | 315 | 341 | 10 | 11 | 0 | 14 | 366 | 31 | 124 |
| Binary | 11001111 | 11001101 | 11100001 | 1000 | 1001 | 0 | 1100 | 11110110 | 11001 | 1010100 |
Color Harmonies of #CFCDE1
Complementary color
Monochromatic Colors of #CFCDE1
Black with #CFCDE1
Text Example
Text Example
White with #CFCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDE1; }
p { color: rgb(207,205,225); }
H1.HeaderClassName
{
color: #CFCDE1;
}
.AnyTagClassName
{
color: #CFCDE1;
}
</style>
background-color css
<style>
a { background-color: #CFCDE1; }
a { background-color: rgb(207,205,225); }
div.DivClassName
{
background-color: #CFCDE1;
}
.BgClassName
{
background-color: #CFCDE1;
}
</style>
border-color css
<style>
span { border-color: #CFCDE1; }
span { border-color: rgb(207,205,225); }
td.TdClassName
{
border-color: #CFCDE1;
}
.TagClassName
{
border-color: #CFCDE1;
}
</style>