Shades of Quartz #D3DAFF
Tints of Quartz #D3DAFF
RGB
CMYK
RGB Variations
Color information
#D3DAFF (or 0xD3DAFF) is known color: Quartz. HEX triplet: D3, DA and FF. RGB value is (211,218,255). Sum of RGB (Red+Green+Blue) = 211+218+255=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DAFF is #2C2500. Grayscale: #DBDBDB. Windows color (decimal): -2893057 or 16767699. OLE color: 16767699.
HSL color Cylindrical-coordinate representation of color #D3DAFF: hue angle of 230.45º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3DAFF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 218 | 255 | - |
| CMYK | 0.17 | 0.15 | 0 | 0 |
| HSL | 230.45º | 1% | 0.91% | - |
| HSV(B) | 230.45º | 0.17% | 1% | - |
| XYZ | 69.99 | 71.21 | 104.66 | - |
| YUV | 220.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 255 | 0.17 | 0.15 | 0 | 0 | 230.45 | 1 | 0.91 |
| Hex | D3 | DA | FF | 11 | F | 0 | 0 | E6 | 64 | 5B |
| Octal | 323 | 332 | 377 | 21 | 17 | 0 | 0 | 346 | 144 | 133 |
| Binary | 11010011 | 11011010 | 11111111 | 10001 | 1111 | 0 | 0 | 11100110 | 1100100 | 1011011 |
Color Harmonies of #D3DAFF
Complementary color
Monochromatic Colors of #D3DAFF
Black with #D3DAFF
Text Example
Text Example
White with #D3DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAFF; }
p { color: rgb(211,218,255); }
H1.HeaderClassName
{
color: #D3DAFF;
}
.AnyTagClassName
{
color: #D3DAFF;
}
</style>
background-color css
<style>
a { background-color: #D3DAFF; }
a { background-color: rgb(211,218,255); }
div.DivClassName
{
background-color: #D3DAFF;
}
.BgClassName
{
background-color: #D3DAFF;
}
</style>
border-color css
<style>
span { border-color: #D3DAFF; }
span { border-color: rgb(211,218,255); }
td.TdClassName
{
border-color: #D3DAFF;
}
.TagClassName
{
border-color: #D3DAFF;
}
</style>