Shades of Quartz #D8DAF1
Tints of Quartz #D8DAF1
RGB
CMYK
RGB Variations
Color information
#D8DAF1 (or 0xD8DAF1) is known color: Quartz. HEX triplet: D8, DA and F1. RGB value is (216,218,241). Sum of RGB (Red+Green+Blue) = 216+218+241=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAF1 is #27250E. Grayscale: #DBDBDB. Windows color (decimal): -2565391 or 15850200. OLE color: 15850200.
HSL color Cylindrical-coordinate representation of color #D8DAF1: hue angle of 235.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DAF1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 218 | 241 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.05 |
| HSL | 235.2º | 0.47% | 0.9% | - |
| HSV(B) | 235.2º | 0.1% | 0.95% | - |
| XYZ | 69.27 | 71.09 | 93.29 | - |
| YUV | 220.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 241 | 0.10 | 0.10 | 0 | 0.05 | 235.2 | 0.47 | 0.9 |
| Hex | D8 | DA | F1 | A | A | 0 | 5 | EB | 2F | 5A |
| Octal | 330 | 332 | 361 | 12 | 12 | 0 | 5 | 353 | 57 | 132 |
| Binary | 11011000 | 11011010 | 11110001 | 1010 | 1010 | 0 | 101 | 11101011 | 101111 | 1011010 |
Color Harmonies of #D8DAF1
Complementary color
Monochromatic Colors of #D8DAF1
Black with #D8DAF1
Text Example
Text Example
White with #D8DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAF1; }
p { color: rgb(216,218,241); }
H1.HeaderClassName
{
color: #D8DAF1;
}
.AnyTagClassName
{
color: #D8DAF1;
}
</style>
background-color css
<style>
a { background-color: #D8DAF1; }
a { background-color: rgb(216,218,241); }
div.DivClassName
{
background-color: #D8DAF1;
}
.BgClassName
{
background-color: #D8DAF1;
}
</style>
border-color css
<style>
span { border-color: #D8DAF1; }
span { border-color: rgb(216,218,241); }
td.TdClassName
{
border-color: #D8DAF1;
}
.TagClassName
{
border-color: #D8DAF1;
}
</style>