Shades of Quartz #D5D1F8
Tints of Quartz #D5D1F8
RGB
CMYK
RGB Variations
Color information
#D5D1F8 (or 0xD5D1F8) is known color: Quartz. HEX triplet: D5, D1 and F8. RGB value is (213,209,248). Sum of RGB (Red+Green+Blue) = 213+209+248=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5D1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1F8 is #2A2E07. Grayscale: #D6D6D6. Windows color (decimal): -2764296 or 16306645. OLE color: 16306645.
HSL color Cylindrical-coordinate representation of color #D5D1F8: hue angle of 246.15º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D1F8 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 209 | 248 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.03 |
| HSL | 246.15º | 0.74% | 0.9% | - |
| HSV(B) | 246.15º | 0.16% | 0.97% | - |
| XYZ | 67.18 | 66.52 | 98.11 | - |
| YUV | 214.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 248 | 0.14 | 0.16 | 0 | 0.03 | 246.15 | 0.74 | 0.9 |
| Hex | D5 | D1 | F8 | E | 10 | 0 | 3 | F6 | 4A | 5A |
| Octal | 325 | 321 | 370 | 16 | 20 | 0 | 3 | 366 | 112 | 132 |
| Binary | 11010101 | 11010001 | 11111000 | 1110 | 10000 | 0 | 11 | 11110110 | 1001010 | 1011010 |
Color Harmonies of #D5D1F8
Complementary color
Monochromatic Colors of #D5D1F8
Black with #D5D1F8
Text Example
Text Example
White with #D5D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1F8; }
p { color: rgb(213,209,248); }
H1.HeaderClassName
{
color: #D5D1F8;
}
.AnyTagClassName
{
color: #D5D1F8;
}
</style>
background-color css
<style>
a { background-color: #D5D1F8; }
a { background-color: rgb(213,209,248); }
div.DivClassName
{
background-color: #D5D1F8;
}
.BgClassName
{
background-color: #D5D1F8;
}
</style>
border-color css
<style>
span { border-color: #D5D1F8; }
span { border-color: rgb(213,209,248); }
td.TdClassName
{
border-color: #D5D1F8;
}
.TagClassName
{
border-color: #D5D1F8;
}
</style>