Shades of Quartz #D9D5FD
Tints of Quartz #D9D5FD
RGB
CMYK
RGB Variations
Color information
#D9D5FD (or 0xD9D5FD) is known color: Quartz. HEX triplet: D9, D5 and FD. RGB value is (217,213,253). Sum of RGB (Red+Green+Blue) = 217+213+253=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D5FD is #262A02. Grayscale: #DADADA. Windows color (decimal): -2501123 or 16635353. OLE color: 16635353.
HSL color Cylindrical-coordinate representation of color #D9D5FD: hue angle of 246º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D5FD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 213 | 253 | - |
CMYK | 0.14 | 0.16 | 0 | 0.01 |
HSL | 246º | 0.91% | 0.91% | - |
HSV(B) | 246º | 0.16% | 0.99% | - |
XYZ | 70.14 | 69.43 | 102.63 | - |
YUV | 218.76 | 147.33 | 126.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 213 | 253 | 0.14 | 0.16 | 0 | 0.01 | 246 | 0.91 | 0.91 |
Hex | D9 | D5 | FD | E | 10 | 0 | 1 | F6 | 5B | 5B |
Octal | 331 | 325 | 375 | 16 | 20 | 0 | 1 | 366 | 133 | 133 |
Binary | 11011001 | 11010101 | 11111101 | 1110 | 10000 | 0 | 1 | 11110110 | 1011011 | 1011011 |
Color Harmonies of #D9D5FD
Complementary color
Monochromatic Colors of #D9D5FD
Black with #D9D5FD
Text Example
Text Example
White with #D9D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D5FD; }
p { color: rgb(217,213,253); }
H1.HeaderClassName
{
color: #D9D5FD;
}
.AnyTagClassName
{
color: #D9D5FD;
}
</style>
background-color css
<style>
a { background-color: #D9D5FD; }
a { background-color: rgb(217,213,253); }
div.DivClassName
{
background-color: #D9D5FD;
}
.BgClassName
{
background-color: #D9D5FD;
}
</style>
border-color css
<style>
span { border-color: #D9D5FD; }
span { border-color: rgb(217,213,253); }
td.TdClassName
{
border-color: #D9D5FD;
}
.TagClassName
{
border-color: #D9D5FD;
}
</style>