Shades of Quartz #D8D4FF
Tints of Quartz #D8D4FF
RGB
CMYK
RGB Variations
Color information
#D8D4FF (or 0xD8D4FF) is known color: Quartz. HEX triplet: D8, D4 and FF. RGB value is (216,212,255). Sum of RGB (Red+Green+Blue) = 216+212+255=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4FF is #272B00. Grayscale: #D9D9D9. Windows color (decimal): -2566913 or 16766168. OLE color: 16766168.
HSL color Cylindrical-coordinate representation of color #D8D4FF: hue angle of 245.58º 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 #D8D4FF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 212 | 255 | - |
| CMYK | 0.15 | 0.17 | 0 | 0 |
| HSL | 245.58º | 1% | 0.92% | - |
| HSV(B) | 245.58º | 0.17% | 1% | - |
| XYZ | 69.91 | 68.91 | 104.22 | - |
| YUV | 218.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 255 | 0.15 | 0.17 | 0 | 0 | 245.58 | 1 | 0.92 |
| Hex | D8 | D4 | FF | F | 11 | 0 | 0 | F6 | 64 | 5C |
| Octal | 330 | 324 | 377 | 17 | 21 | 0 | 0 | 366 | 144 | 134 |
| Binary | 11011000 | 11010100 | 11111111 | 1111 | 10001 | 0 | 0 | 11110110 | 1100100 | 1011100 |
Color Harmonies of #D8D4FF
Complementary color
Monochromatic Colors of #D8D4FF
Black with #D8D4FF
Text Example
Text Example
White with #D8D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4FF; }
p { color: rgb(216,212,255); }
H1.HeaderClassName
{
color: #D8D4FF;
}
.AnyTagClassName
{
color: #D8D4FF;
}
</style>
background-color css
<style>
a { background-color: #D8D4FF; }
a { background-color: rgb(216,212,255); }
div.DivClassName
{
background-color: #D8D4FF;
}
.BgClassName
{
background-color: #D8D4FF;
}
</style>
border-color css
<style>
span { border-color: #D8D4FF; }
span { border-color: rgb(216,212,255); }
td.TdClassName
{
border-color: #D8D4FF;
}
.TagClassName
{
border-color: #D8D4FF;
}
</style>