Shades of Quartz #D8DAF4
Tints of Quartz #D8DAF4
RGB
CMYK
RGB Variations
Color information
#D8DAF4 (or 0xD8DAF4) is known color: Quartz. HEX triplet: D8, DA and F4. RGB value is (216,218,244). Sum of RGB (Red+Green+Blue) = 216+218+244=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAF4 is #27250B. Grayscale: #DCDCDC. Windows color (decimal): -2565388 or 16046808. OLE color: 16046808.
HSL color Cylindrical-coordinate representation of color #D8DAF4: hue angle of 235.71º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DAF4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 218 | 244 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.04 |
| HSL | 235.71º | 0.56% | 0.9% | - |
| HSV(B) | 235.71º | 0.11% | 0.96% | - |
| XYZ | 69.72 | 71.27 | 95.67 | - |
| YUV | 220.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 244 | 0.11 | 0.11 | 0 | 0.04 | 235.71 | 0.56 | 0.9 |
| Hex | D8 | DA | F4 | B | B | 0 | 4 | EC | 38 | 5A |
| Octal | 330 | 332 | 364 | 13 | 13 | 0 | 4 | 354 | 70 | 132 |
| Binary | 11011000 | 11011010 | 11110100 | 1011 | 1011 | 0 | 100 | 11101100 | 111000 | 1011010 |
Color Harmonies of #D8DAF4
Complementary color
Monochromatic Colors of #D8DAF4
Black with #D8DAF4
Text Example
Text Example
White with #D8DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAF4; }
p { color: rgb(216,218,244); }
H1.HeaderClassName
{
color: #D8DAF4;
}
.AnyTagClassName
{
color: #D8DAF4;
}
</style>
background-color css
<style>
a { background-color: #D8DAF4; }
a { background-color: rgb(216,218,244); }
div.DivClassName
{
background-color: #D8DAF4;
}
.BgClassName
{
background-color: #D8DAF4;
}
</style>
border-color css
<style>
span { border-color: #D8DAF4; }
span { border-color: rgb(216,218,244); }
td.TdClassName
{
border-color: #D8DAF4;
}
.TagClassName
{
border-color: #D8DAF4;
}
</style>