Shades of Quartz #D9DAFE
Tints of Quartz #D9DAFE
RGB
CMYK
RGB Variations
Color information
#D9DAFE (or 0xD9DAFE) is known color: Quartz. HEX triplet: D9, DA and FE. RGB value is (217,218,254). Sum of RGB (Red+Green+Blue) = 217+218+254=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFE is #262501. Grayscale: #DDDDDD. Windows color (decimal): -2499842 or 16702169. OLE color: 16702169.
HSL color Cylindrical-coordinate representation of color #D9DAFE: hue angle of 238.38º 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 #D9DAFE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 218 | 254 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.00 |
| HSL | 238.38º | 0.95% | 0.92% | - |
| HSV(B) | 238.38º | 0.15% | 1% | - |
| XYZ | 71.58 | 72.05 | 103.9 | - |
| YUV | 221.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 254 | 0.15 | 0.14 | 0 | 0.00 | 238.38 | 0.95 | 0.92 |
| Hex | D9 | DA | FE | F | E | 0 | 0 | EE | 5F | 5C |
| Octal | 331 | 332 | 376 | 17 | 16 | 0 | 0 | 356 | 137 | 134 |
| Binary | 11011001 | 11011010 | 11111110 | 1111 | 1110 | 0 | 0 | 11101110 | 1011111 | 1011100 |
Color Harmonies of #D9DAFE
Complementary color
Monochromatic Colors of #D9DAFE
Black with #D9DAFE
Text Example
Text Example
White with #D9DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAFE; }
p { color: rgb(217,218,254); }
H1.HeaderClassName
{
color: #D9DAFE;
}
.AnyTagClassName
{
color: #D9DAFE;
}
</style>
background-color css
<style>
a { background-color: #D9DAFE; }
a { background-color: rgb(217,218,254); }
div.DivClassName
{
background-color: #D9DAFE;
}
.BgClassName
{
background-color: #D9DAFE;
}
</style>
border-color css
<style>
span { border-color: #D9DAFE; }
span { border-color: rgb(217,218,254); }
td.TdClassName
{
border-color: #D9DAFE;
}
.TagClassName
{
border-color: #D9DAFE;
}
</style>