Shades of Quartz #D5D0F1
Tints of Quartz #D5D0F1
RGB
CMYK
RGB Variations
Color information
#D5D0F1 (or 0xD5D0F1) is known color: Quartz. HEX triplet: D5, D0 and F1. RGB value is (213,208,241). Sum of RGB (Red+Green+Blue) = 213+208+241=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5D0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D0F1 is #2A2F0E. Grayscale: #D5D5D5. Windows color (decimal): -2764559 or 15847637. OLE color: 15847637.
HSL color Cylindrical-coordinate representation of color #D5D0F1: hue angle of 249.09º degrees, saturation: 0.54, 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 #D5D0F1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 208 | 241 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 249.09º | 0.54% | 0.88% | - |
| HSV(B) | 249.09º | 0.14% | 0.95% | - |
| XYZ | 65.87 | 65.61 | 92.41 | - |
| YUV | 213.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 241 | 0.12 | 0.14 | 0 | 0.05 | 249.09 | 0.54 | 0.88 |
| Hex | D5 | D0 | F1 | C | E | 0 | 5 | F9 | 36 | 58 |
| Octal | 325 | 320 | 361 | 14 | 16 | 0 | 5 | 371 | 66 | 130 |
| Binary | 11010101 | 11010000 | 11110001 | 1100 | 1110 | 0 | 101 | 11111001 | 110110 | 1011000 |
Color Harmonies of #D5D0F1
Complementary color
Monochromatic Colors of #D5D0F1
Black with #D5D0F1
Text Example
Text Example
White with #D5D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0F1; }
p { color: rgb(213,208,241); }
H1.HeaderClassName
{
color: #D5D0F1;
}
.AnyTagClassName
{
color: #D5D0F1;
}
</style>
background-color css
<style>
a { background-color: #D5D0F1; }
a { background-color: rgb(213,208,241); }
div.DivClassName
{
background-color: #D5D0F1;
}
.BgClassName
{
background-color: #D5D0F1;
}
</style>
border-color css
<style>
span { border-color: #D5D0F1; }
span { border-color: rgb(213,208,241); }
td.TdClassName
{
border-color: #D5D0F1;
}
.TagClassName
{
border-color: #D5D0F1;
}
</style>