Shades of Quartz #D5D0F0
Tints of Quartz #D5D0F0
RGB
CMYK
RGB Variations
Color information
#D5D0F0 (or 0xD5D0F0) is known color: Quartz. HEX triplet: D5, D0 and F0. RGB value is (213,208,240). Sum of RGB (Red+Green+Blue) = 213+208+240=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5D0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D0F0 is #2A2F0F. Grayscale: #D5D5D5. Windows color (decimal): -2764560 or 15782101. OLE color: 15782101.
HSL color Cylindrical-coordinate representation of color #D5D0F0: hue angle of 249.38º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5D0F0 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 208 | 240 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.06 |
| HSL | 249.38º | 0.52% | 0.88% | - |
| HSV(B) | 249.38º | 0.13% | 0.94% | - |
| XYZ | 65.72 | 65.55 | 91.63 | - |
| YUV | 213.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 240 | 0.11 | 0.13 | 0 | 0.06 | 249.38 | 0.52 | 0.88 |
| Hex | D5 | D0 | F0 | B | D | 0 | 6 | F9 | 34 | 58 |
| Octal | 325 | 320 | 360 | 13 | 15 | 0 | 6 | 371 | 64 | 130 |
| Binary | 11010101 | 11010000 | 11110000 | 1011 | 1101 | 0 | 110 | 11111001 | 110100 | 1011000 |
Color Harmonies of #D5D0F0
Complementary color
Monochromatic Colors of #D5D0F0
Black with #D5D0F0
Text Example
Text Example
White with #D5D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0F0; }
p { color: rgb(213,208,240); }
H1.HeaderClassName
{
color: #D5D0F0;
}
.AnyTagClassName
{
color: #D5D0F0;
}
</style>
background-color css
<style>
a { background-color: #D5D0F0; }
a { background-color: rgb(213,208,240); }
div.DivClassName
{
background-color: #D5D0F0;
}
.BgClassName
{
background-color: #D5D0F0;
}
</style>
border-color css
<style>
span { border-color: #D5D0F0; }
span { border-color: rgb(213,208,240); }
td.TdClassName
{
border-color: #D5D0F0;
}
.TagClassName
{
border-color: #D5D0F0;
}
</style>