Shades of Quartz #D9D4FF
Tints of Quartz #D9D4FF
RGB
CMYK
RGB Variations
Color information
#D9D4FF (or 0xD9D4FF) is known color: Quartz. HEX triplet: D9, D4 and FF. RGB value is (217,212,255). Sum of RGB (Red+Green+Blue) = 217+212+255=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D4FF is #262B00. Grayscale: #DADADA. Windows color (decimal): -2501377 or 16766169. OLE color: 16766169.
HSL color Cylindrical-coordinate representation of color #D9D4FF: hue angle of 246.98º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D4FF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 212 | 255 | - |
| CMYK | 0.15 | 0.17 | 0 | 0 |
| HSL | 246.98º | 1% | 0.92% | - |
| HSV(B) | 246.98º | 0.17% | 1% | - |
| XYZ | 70.21 | 69.06 | 104.24 | - |
| YUV | 218.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 255 | 0.15 | 0.17 | 0 | 0 | 246.98 | 1 | 0.92 |
| Hex | D9 | D4 | FF | F | 11 | 0 | 0 | F7 | 64 | 5C |
| Octal | 331 | 324 | 377 | 17 | 21 | 0 | 0 | 367 | 144 | 134 |
| Binary | 11011001 | 11010100 | 11111111 | 1111 | 10001 | 0 | 0 | 11110111 | 1100100 | 1011100 |
Color Harmonies of #D9D4FF
Complementary color
Monochromatic Colors of #D9D4FF
Black with #D9D4FF
Text Example
Text Example
White with #D9D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4FF; }
p { color: rgb(217,212,255); }
H1.HeaderClassName
{
color: #D9D4FF;
}
.AnyTagClassName
{
color: #D9D4FF;
}
</style>
background-color css
<style>
a { background-color: #D9D4FF; }
a { background-color: rgb(217,212,255); }
div.DivClassName
{
background-color: #D9D4FF;
}
.BgClassName
{
background-color: #D9D4FF;
}
</style>
border-color css
<style>
span { border-color: #D9D4FF; }
span { border-color: rgb(217,212,255); }
td.TdClassName
{
border-color: #D9D4FF;
}
.TagClassName
{
border-color: #D9D4FF;
}
</style>