Shades of Quartz #D9DAF4
Tints of Quartz #D9DAF4
RGB
CMYK
RGB Variations
Color information
#D9DAF4 (or 0xD9DAF4) is known color: Quartz. HEX triplet: D9, DA and F4. RGB value is (217,218,244). Sum of RGB (Red+Green+Blue) = 217+218+244=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9DAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF4 is #26250B. Grayscale: #DCDCDC. Windows color (decimal): -2499852 or 16046809. OLE color: 16046809.
HSL color Cylindrical-coordinate representation of color #D9DAF4: hue angle of 237.78º degrees, saturation: 0.55, 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 #D9DAF4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 218 | 244 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.04 |
| HSL | 237.78º | 0.55% | 0.9% | - |
| HSV(B) | 237.78º | 0.11% | 0.96% | - |
| XYZ | 70.02 | 71.43 | 95.68 | - |
| YUV | 220.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 244 | 0.11 | 0.11 | 0 | 0.04 | 237.78 | 0.55 | 0.9 |
| Hex | D9 | DA | F4 | B | B | 0 | 4 | EE | 37 | 5A |
| Octal | 331 | 332 | 364 | 13 | 13 | 0 | 4 | 356 | 67 | 132 |
| Binary | 11011001 | 11011010 | 11110100 | 1011 | 1011 | 0 | 100 | 11101110 | 110111 | 1011010 |
Color Harmonies of #D9DAF4
Complementary color
Monochromatic Colors of #D9DAF4
Black with #D9DAF4
Text Example
Text Example
White with #D9DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAF4; }
p { color: rgb(217,218,244); }
H1.HeaderClassName
{
color: #D9DAF4;
}
.AnyTagClassName
{
color: #D9DAF4;
}
</style>
background-color css
<style>
a { background-color: #D9DAF4; }
a { background-color: rgb(217,218,244); }
div.DivClassName
{
background-color: #D9DAF4;
}
.BgClassName
{
background-color: #D9DAF4;
}
</style>
border-color css
<style>
span { border-color: #D9DAF4; }
span { border-color: rgb(217,218,244); }
td.TdClassName
{
border-color: #D9DAF4;
}
.TagClassName
{
border-color: #D9DAF4;
}
</style>