Shades of Quartz #D4CFF1
Tints of Quartz #D4CFF1
RGB
CMYK
RGB Variations
Color information
#D4CFF1 (or 0xD4CFF1) is known color: Quartz. HEX triplet: D4, CF and F1. RGB value is (212,207,241). Sum of RGB (Red+Green+Blue) = 212+207+241=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFF1 is #2B300E. Grayscale: #D4D4D4. Windows color (decimal): -2830351 or 15847380. OLE color: 15847380.
HSL color Cylindrical-coordinate representation of color #D4CFF1: hue angle of 248.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CFF1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 207 | 241 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 248.82º | 0.55% | 0.88% | - |
| HSV(B) | 248.82º | 0.14% | 0.95% | - |
| XYZ | 65.34 | 64.97 | 92.32 | - |
| YUV | 212.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 241 | 0.12 | 0.14 | 0 | 0.05 | 248.82 | 0.55 | 0.88 |
| Hex | D4 | CF | F1 | C | E | 0 | 5 | F9 | 37 | 58 |
| Octal | 324 | 317 | 361 | 14 | 16 | 0 | 5 | 371 | 67 | 130 |
| Binary | 11010100 | 11001111 | 11110001 | 1100 | 1110 | 0 | 101 | 11111001 | 110111 | 1011000 |
Color Harmonies of #D4CFF1
Complementary color
Monochromatic Colors of #D4CFF1
Black with #D4CFF1
Text Example
Text Example
White with #D4CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFF1; }
p { color: rgb(212,207,241); }
H1.HeaderClassName
{
color: #D4CFF1;
}
.AnyTagClassName
{
color: #D4CFF1;
}
</style>
background-color css
<style>
a { background-color: #D4CFF1; }
a { background-color: rgb(212,207,241); }
div.DivClassName
{
background-color: #D4CFF1;
}
.BgClassName
{
background-color: #D4CFF1;
}
</style>
border-color css
<style>
span { border-color: #D4CFF1; }
span { border-color: rgb(212,207,241); }
td.TdClassName
{
border-color: #D4CFF1;
}
.TagClassName
{
border-color: #D4CFF1;
}
</style>