Shades of Quartz #D9DEFE
Tints of Quartz #D9DEFE
RGB
CMYK
RGB Variations
Color information
#D9DEFE (or 0xD9DEFE) is known color: Quartz. HEX triplet: D9, DE and FE. RGB value is (217,222,254). Sum of RGB (Red+Green+Blue) = 217+222+254=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEFE is #262101. Grayscale: #E0E0E0. Windows color (decimal): -2498818 or 16703193. OLE color: 16703193.
HSL color Cylindrical-coordinate representation of color #D9DEFE: hue angle of 231.89º 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 #D9DEFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 222 | 254 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.00 |
| HSL | 231.89º | 0.95% | 0.92% | - |
| HSV(B) | 231.89º | 0.15% | 1% | - |
| XYZ | 72.63 | 74.15 | 104.25 | - |
| YUV | 224.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 254 | 0.15 | 0.13 | 0 | 0.00 | 231.89 | 0.95 | 0.92 |
| Hex | D9 | DE | FE | F | D | 0 | 0 | E8 | 5F | 5C |
| Octal | 331 | 336 | 376 | 17 | 15 | 0 | 0 | 350 | 137 | 134 |
| Binary | 11011001 | 11011110 | 11111110 | 1111 | 1101 | 0 | 0 | 11101000 | 1011111 | 1011100 |
Color Harmonies of #D9DEFE
Complementary color
Monochromatic Colors of #D9DEFE
Black with #D9DEFE
Text Example
Text Example
White with #D9DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEFE; }
p { color: rgb(217,222,254); }
H1.HeaderClassName
{
color: #D9DEFE;
}
.AnyTagClassName
{
color: #D9DEFE;
}
</style>
background-color css
<style>
a { background-color: #D9DEFE; }
a { background-color: rgb(217,222,254); }
div.DivClassName
{
background-color: #D9DEFE;
}
.BgClassName
{
background-color: #D9DEFE;
}
</style>
border-color css
<style>
span { border-color: #D9DEFE; }
span { border-color: rgb(217,222,254); }
td.TdClassName
{
border-color: #D9DEFE;
}
.TagClassName
{
border-color: #D9DEFE;
}
</style>