Shades of Quartz #CFCDE0
Tints of Quartz #CFCDE0
RGB
CMYK
RGB Variations
Color information
#CFCDE0 (or 0xCFCDE0) is known color: Quartz. HEX triplet: CF, CD and E0. RGB value is (207,205,224). Sum of RGB (Red+Green+Blue) = 207+205+224=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE0 is #30321F. Grayscale: #CFCFCF. Windows color (decimal): -3158560 or 14732751. OLE color: 14732751.
HSL color Cylindrical-coordinate representation of color #CFCDE0: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCDE0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 205 | 224 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 246.32º | 0.23% | 0.84% | - |
| HSV(B) | 246.32º | 0.08% | 0.88% | - |
| XYZ | 61.02 | 62.31 | 79.33 | - |
| YUV | 207.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 224 | 0.08 | 0.08 | 0 | 0.12 | 246.32 | 0.23 | 0.84 |
| Hex | CF | CD | E0 | 8 | 8 | 0 | C | F6 | 17 | 54 |
| Octal | 317 | 315 | 340 | 10 | 10 | 0 | 14 | 366 | 27 | 124 |
| Binary | 11001111 | 11001101 | 11100000 | 1000 | 1000 | 0 | 1100 | 11110110 | 10111 | 1010100 |
Color Harmonies of #CFCDE0
Complementary color
Monochromatic Colors of #CFCDE0
Black with #CFCDE0
Text Example
Text Example
White with #CFCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDE0; }
p { color: rgb(207,205,224); }
H1.HeaderClassName
{
color: #CFCDE0;
}
.AnyTagClassName
{
color: #CFCDE0;
}
</style>
background-color css
<style>
a { background-color: #CFCDE0; }
a { background-color: rgb(207,205,224); }
div.DivClassName
{
background-color: #CFCDE0;
}
.BgClassName
{
background-color: #CFCDE0;
}
</style>
border-color css
<style>
span { border-color: #CFCDE0; }
span { border-color: rgb(207,205,224); }
td.TdClassName
{
border-color: #CFCDE0;
}
.TagClassName
{
border-color: #CFCDE0;
}
</style>