Shades of Quartz #D8D9FE
Tints of Quartz #D8D9FE
RGB
CMYK
RGB Variations
Color information
#D8D9FE (or 0xD8D9FE) is known color: Quartz. HEX triplet: D8, D9 and FE. RGB value is (216,217,254). Sum of RGB (Red+Green+Blue) = 216+217+254=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9FE is #272601. Grayscale: #DCDCDC. Windows color (decimal): -2565634 or 16701912. OLE color: 16701912.
HSL color Cylindrical-coordinate representation of color #D8D9FE: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D9FE is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 217 | 254 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.00 |
| HSL | 238.42º | 0.95% | 0.92% | - |
| HSV(B) | 238.42º | 0.15% | 1% | - |
| XYZ | 71.02 | 71.38 | 103.8 | - |
| YUV | 220.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 254 | 0.15 | 0.15 | 0 | 0.00 | 238.42 | 0.95 | 0.92 |
| Hex | D8 | D9 | FE | F | F | 0 | 0 | EE | 5F | 5C |
| Octal | 330 | 331 | 376 | 17 | 17 | 0 | 0 | 356 | 137 | 134 |
| Binary | 11011000 | 11011001 | 11111110 | 1111 | 1111 | 0 | 0 | 11101110 | 1011111 | 1011100 |
Color Harmonies of #D8D9FE
Complementary color
Monochromatic Colors of #D8D9FE
Black with #D8D9FE
Text Example
Text Example
White with #D8D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9FE; }
p { color: rgb(216,217,254); }
H1.HeaderClassName
{
color: #D8D9FE;
}
.AnyTagClassName
{
color: #D8D9FE;
}
</style>
background-color css
<style>
a { background-color: #D8D9FE; }
a { background-color: rgb(216,217,254); }
div.DivClassName
{
background-color: #D8D9FE;
}
.BgClassName
{
background-color: #D8D9FE;
}
</style>
border-color css
<style>
span { border-color: #D8D9FE; }
span { border-color: rgb(216,217,254); }
td.TdClassName
{
border-color: #D8D9FE;
}
.TagClassName
{
border-color: #D8D9FE;
}
</style>