Shades of Quartz #D8DBFA
Tints of Quartz #D8DBFA
RGB
CMYK
RGB Variations
Color information
#D8DBFA (or 0xD8DBFA) is known color: Quartz. HEX triplet: D8, DB and FA. RGB value is (216,219,250). Sum of RGB (Red+Green+Blue) = 216+219+250=685 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.53% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBFA is #272405. Grayscale: #DDDDDD. Windows color (decimal): -2565126 or 16440280. OLE color: 16440280.
HSL color Cylindrical-coordinate representation of color #D8DBFA: hue angle of 234.71º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DBFA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 219 | 250 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.02 |
| HSL | 234.71º | 0.77% | 0.91% | - |
| HSV(B) | 234.71º | 0.14% | 0.98% | - |
| XYZ | 70.91 | 72.16 | 100.63 | - |
| YUV | 221.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 250 | 0.14 | 0.12 | 0 | 0.02 | 234.71 | 0.77 | 0.91 |
| Hex | D8 | DB | FA | E | C | 0 | 2 | EB | 4D | 5B |
| Octal | 330 | 333 | 372 | 16 | 14 | 0 | 2 | 353 | 115 | 133 |
| Binary | 11011000 | 11011011 | 11111010 | 1110 | 1100 | 0 | 10 | 11101011 | 1001101 | 1011011 |
Color Harmonies of #D8DBFA
Complementary color
Monochromatic Colors of #D8DBFA
Black with #D8DBFA
Text Example
Text Example
White with #D8DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBFA; }
p { color: rgb(216,219,250); }
H1.HeaderClassName
{
color: #D8DBFA;
}
.AnyTagClassName
{
color: #D8DBFA;
}
</style>
background-color css
<style>
a { background-color: #D8DBFA; }
a { background-color: rgb(216,219,250); }
div.DivClassName
{
background-color: #D8DBFA;
}
.BgClassName
{
background-color: #D8DBFA;
}
</style>
border-color css
<style>
span { border-color: #D8DBFA; }
span { border-color: rgb(216,219,250); }
td.TdClassName
{
border-color: #D8DBFA;
}
.TagClassName
{
border-color: #D8DBFA;
}
</style>