Shades of Quartz #D9DEFA
Tints of Quartz #D9DEFA
RGB
CMYK
RGB Variations
Color information
#D9DEFA (or 0xD9DEFA) is known color: Quartz. HEX triplet: D9, DE and FA. RGB value is (217,222,250). Sum of RGB (Red+Green+Blue) = 217+222+250=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEFA is #262105. Grayscale: #DFDFDF. Windows color (decimal): -2498822 or 16441049. OLE color: 16441049.
HSL color Cylindrical-coordinate representation of color #D9DEFA: hue angle of 230.91º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9DEFA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 222 | 250 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.02 |
| HSL | 230.91º | 0.77% | 0.92% | - |
| HSV(B) | 230.91º | 0.13% | 0.98% | - |
| XYZ | 71.99 | 73.9 | 100.91 | - |
| YUV | 223.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 250 | 0.13 | 0.11 | 0 | 0.02 | 230.91 | 0.77 | 0.92 |
| Hex | D9 | DE | FA | D | B | 0 | 2 | E7 | 4D | 5C |
| Octal | 331 | 336 | 372 | 15 | 13 | 0 | 2 | 347 | 115 | 134 |
| Binary | 11011001 | 11011110 | 11111010 | 1101 | 1011 | 0 | 10 | 11100111 | 1001101 | 1011100 |
Color Harmonies of #D9DEFA
Complementary color
Monochromatic Colors of #D9DEFA
Black with #D9DEFA
Text Example
Text Example
White with #D9DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEFA; }
p { color: rgb(217,222,250); }
H1.HeaderClassName
{
color: #D9DEFA;
}
.AnyTagClassName
{
color: #D9DEFA;
}
</style>
background-color css
<style>
a { background-color: #D9DEFA; }
a { background-color: rgb(217,222,250); }
div.DivClassName
{
background-color: #D9DEFA;
}
.BgClassName
{
background-color: #D9DEFA;
}
</style>
border-color css
<style>
span { border-color: #D9DEFA; }
span { border-color: rgb(217,222,250); }
td.TdClassName
{
border-color: #D9DEFA;
}
.TagClassName
{
border-color: #D9DEFA;
}
</style>