Shades of Quartz #D5D7F1
Tints of Quartz #D5D7F1
RGB
CMYK
RGB Variations
Color information
#D5D7F1 (or 0xD5D7F1) is known color: Quartz. HEX triplet: D5, D7 and F1. RGB value is (213,215,241). Sum of RGB (Red+Green+Blue) = 213+215+241=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7F1 is #2A280E. Grayscale: #D9D9D9. Windows color (decimal): -2762767 or 15849429. OLE color: 15849429.
HSL color Cylindrical-coordinate representation of color #D5D7F1: hue angle of 235.71º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D7F1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 215 | 241 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.05 |
| HSL | 235.71º | 0.5% | 0.89% | - |
| HSV(B) | 235.71º | 0.12% | 0.95% | - |
| XYZ | 67.62 | 69.1 | 92.99 | - |
| YUV | 217.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 241 | 0.12 | 0.11 | 0 | 0.05 | 235.71 | 0.5 | 0.89 |
| Hex | D5 | D7 | F1 | C | B | 0 | 5 | EC | 32 | 59 |
| Octal | 325 | 327 | 361 | 14 | 13 | 0 | 5 | 354 | 62 | 131 |
| Binary | 11010101 | 11010111 | 11110001 | 1100 | 1011 | 0 | 101 | 11101100 | 110010 | 1011001 |
Color Harmonies of #D5D7F1
Complementary color
Monochromatic Colors of #D5D7F1
Black with #D5D7F1
Text Example
Text Example
White with #D5D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D7F1; }
p { color: rgb(213,215,241); }
H1.HeaderClassName
{
color: #D5D7F1;
}
.AnyTagClassName
{
color: #D5D7F1;
}
</style>
background-color css
<style>
a { background-color: #D5D7F1; }
a { background-color: rgb(213,215,241); }
div.DivClassName
{
background-color: #D5D7F1;
}
.BgClassName
{
background-color: #D5D7F1;
}
</style>
border-color css
<style>
span { border-color: #D5D7F1; }
span { border-color: rgb(213,215,241); }
td.TdClassName
{
border-color: #D5D7F1;
}
.TagClassName
{
border-color: #D5D7F1;
}
</style>