Shades of Quartz #D8D9FF
Tints of Quartz #D8D9FF
RGB
CMYK
RGB Variations
Color information
#D8D9FF (or 0xD8D9FF) is known color: Quartz. HEX triplet: D8, D9 and FF. RGB value is (216,217,255). Sum of RGB (Red+Green+Blue) = 216+217+255=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9FF is #272600. Grayscale: #DCDCDC. Windows color (decimal): -2565633 or 16767448. OLE color: 16767448.
HSL color Cylindrical-coordinate representation of color #D8D9FF: hue angle of 238.46º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D9FF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 217 | 255 | - |
| CMYK | 0.15 | 0.15 | 0 | 0 |
| HSL | 238.46º | 1% | 0.92% | - |
| HSV(B) | 238.46º | 0.15% | 1% | - |
| XYZ | 71.18 | 71.44 | 104.65 | - |
| YUV | 221.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 255 | 0.15 | 0.15 | 0 | 0 | 238.46 | 1 | 0.92 |
| Hex | D8 | D9 | FF | F | F | 0 | 0 | EE | 64 | 5C |
| Octal | 330 | 331 | 377 | 17 | 17 | 0 | 0 | 356 | 144 | 134 |
| Binary | 11011000 | 11011001 | 11111111 | 1111 | 1111 | 0 | 0 | 11101110 | 1100100 | 1011100 |
Color Harmonies of #D8D9FF
Complementary color
Monochromatic Colors of #D8D9FF
Black with #D8D9FF
Text Example
Text Example
White with #D8D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9FF; }
p { color: rgb(216,217,255); }
H1.HeaderClassName
{
color: #D8D9FF;
}
.AnyTagClassName
{
color: #D8D9FF;
}
</style>
background-color css
<style>
a { background-color: #D8D9FF; }
a { background-color: rgb(216,217,255); }
div.DivClassName
{
background-color: #D8D9FF;
}
.BgClassName
{
background-color: #D8D9FF;
}
</style>
border-color css
<style>
span { border-color: #D8D9FF; }
span { border-color: rgb(216,217,255); }
td.TdClassName
{
border-color: #D8D9FF;
}
.TagClassName
{
border-color: #D8D9FF;
}
</style>