Shades of Quartz #D5D2F1
Tints of Quartz #D5D2F1
RGB
CMYK
RGB Variations
Color information
#D5D2F1 (or 0xD5D2F1) is known color: Quartz. HEX triplet: D5, D2 and F1. RGB value is (213,210,241). Sum of RGB (Red+Green+Blue) = 213+210+241=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2F1 is #2A2D0E. Grayscale: #D6D6D6. Windows color (decimal): -2764047 or 15848149. OLE color: 15848149.
HSL color Cylindrical-coordinate representation of color #D5D2F1: hue angle of 245.81º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5D2F1 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 210 | 241 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.05 |
| HSL | 245.81º | 0.53% | 0.88% | - |
| HSV(B) | 245.81º | 0.13% | 0.95% | - |
| XYZ | 66.36 | 66.59 | 92.57 | - |
| YUV | 214.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 241 | 0.12 | 0.13 | 0 | 0.05 | 245.81 | 0.53 | 0.88 |
| Hex | D5 | D2 | F1 | C | D | 0 | 5 | F6 | 35 | 58 |
| Octal | 325 | 322 | 361 | 14 | 15 | 0 | 5 | 366 | 65 | 130 |
| Binary | 11010101 | 11010010 | 11110001 | 1100 | 1101 | 0 | 101 | 11110110 | 110101 | 1011000 |
Color Harmonies of #D5D2F1
Complementary color
Monochromatic Colors of #D5D2F1
Black with #D5D2F1
Text Example
Text Example
White with #D5D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2F1; }
p { color: rgb(213,210,241); }
H1.HeaderClassName
{
color: #D5D2F1;
}
.AnyTagClassName
{
color: #D5D2F1;
}
</style>
background-color css
<style>
a { background-color: #D5D2F1; }
a { background-color: rgb(213,210,241); }
div.DivClassName
{
background-color: #D5D2F1;
}
.BgClassName
{
background-color: #D5D2F1;
}
</style>
border-color css
<style>
span { border-color: #D5D2F1; }
span { border-color: rgb(213,210,241); }
td.TdClassName
{
border-color: #D5D2F1;
}
.TagClassName
{
border-color: #D5D2F1;
}
</style>