Shades of Quartz #D3D8FF
Tints of Quartz #D3D8FF
RGB
CMYK
RGB Variations
Color information
#D3D8FF (or 0xD3D8FF) is known color: Quartz. HEX triplet: D3, D8 and FF. RGB value is (211,216,255). Sum of RGB (Red+Green+Blue) = 211+216+255=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D8FF is #2C2700. Grayscale: #DADADA. Windows color (decimal): -2893569 or 16767187. OLE color: 16767187.
HSL color Cylindrical-coordinate representation of color #D3D8FF: hue angle of 233.18º 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 #D3D8FF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 216 | 255 | - |
| CMYK | 0.17 | 0.15 | 0 | 0 |
| HSL | 233.18º | 1% | 0.91% | - |
| HSV(B) | 233.18º | 0.17% | 1% | - |
| XYZ | 69.47 | 70.18 | 104.49 | - |
| YUV | 218.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 255 | 0.17 | 0.15 | 0 | 0 | 233.18 | 1 | 0.91 |
| Hex | D3 | D8 | FF | 11 | F | 0 | 0 | E9 | 64 | 5B |
| Octal | 323 | 330 | 377 | 21 | 17 | 0 | 0 | 351 | 144 | 133 |
| Binary | 11010011 | 11011000 | 11111111 | 10001 | 1111 | 0 | 0 | 11101001 | 1100100 | 1011011 |
Color Harmonies of #D3D8FF
Complementary color
Monochromatic Colors of #D3D8FF
Black with #D3D8FF
Text Example
Text Example
White with #D3D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D8FF; }
p { color: rgb(211,216,255); }
H1.HeaderClassName
{
color: #D3D8FF;
}
.AnyTagClassName
{
color: #D3D8FF;
}
</style>
background-color css
<style>
a { background-color: #D3D8FF; }
a { background-color: rgb(211,216,255); }
div.DivClassName
{
background-color: #D3D8FF;
}
.BgClassName
{
background-color: #D3D8FF;
}
</style>
border-color css
<style>
span { border-color: #D3D8FF; }
span { border-color: rgb(211,216,255); }
td.TdClassName
{
border-color: #D3D8FF;
}
.TagClassName
{
border-color: #D3D8FF;
}
</style>