Shades of Quartz #D9DFFF
Tints of Quartz #D9DFFF
RGB
CMYK
RGB Variations
Color information
#D9DFFF (or 0xD9DFFF) is known color: Quartz. HEX triplet: D9, DF and FF. RGB value is (217,223,255). Sum of RGB (Red+Green+Blue) = 217+223+255=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFF is #262000. Grayscale: #E0E0E0. Windows color (decimal): -2498561 or 16768985. OLE color: 16768985.
HSL color Cylindrical-coordinate representation of color #D9DFFF: hue angle of 230.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DFFF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 223 | 255 | - |
| CMYK | 0.15 | 0.13 | 0 | 0 |
| HSL | 230.53º | 1% | 0.93% | - |
| HSV(B) | 230.53º | 0.15% | 1% | - |
| XYZ | 73.05 | 74.75 | 105.19 | - |
| YUV | 224.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 255 | 0.15 | 0.13 | 0 | 0 | 230.53 | 1 | 0.93 |
| Hex | D9 | DF | FF | F | D | 0 | 0 | E7 | 64 | 5D |
| Octal | 331 | 337 | 377 | 17 | 15 | 0 | 0 | 347 | 144 | 135 |
| Binary | 11011001 | 11011111 | 11111111 | 1111 | 1101 | 0 | 0 | 11100111 | 1100100 | 1011101 |
Color Harmonies of #D9DFFF
Complementary color
Monochromatic Colors of #D9DFFF
Black with #D9DFFF
Text Example
Text Example
White with #D9DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFFF; }
p { color: rgb(217,223,255); }
H1.HeaderClassName
{
color: #D9DFFF;
}
.AnyTagClassName
{
color: #D9DFFF;
}
</style>
background-color css
<style>
a { background-color: #D9DFFF; }
a { background-color: rgb(217,223,255); }
div.DivClassName
{
background-color: #D9DFFF;
}
.BgClassName
{
background-color: #D9DFFF;
}
</style>
border-color css
<style>
span { border-color: #D9DFFF; }
span { border-color: rgb(217,223,255); }
td.TdClassName
{
border-color: #D9DFFF;
}
.TagClassName
{
border-color: #D9DFFF;
}
</style>