Shades of Quartz #D5D8FF
Tints of Quartz #D5D8FF
RGB
CMYK
RGB Variations
Color information
#D5D8FF (or 0xD5D8FF) is known color: Quartz. HEX triplet: D5, D8 and FF. RGB value is (213,216,255). Sum of RGB (Red+Green+Blue) = 213+216+255=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 216 (84.77% from 255 or 31.58% 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 #D5D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8FF is #2A2700. Grayscale: #DBDBDB. Windows color (decimal): -2762497 or 16767189. OLE color: 16767189.
HSL color Cylindrical-coordinate representation of color #D5D8FF: hue angle of 235.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D8FF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 216 | 255 | - |
| CMYK | 0.16 | 0.15 | 0 | 0 |
| HSL | 235.71º | 1% | 0.92% | - |
| HSV(B) | 235.71º | 0.16% | 1% | - |
| XYZ | 70.05 | 70.48 | 104.52 | - |
| YUV | 219.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 255 | 0.16 | 0.15 | 0 | 0 | 235.71 | 1 | 0.92 |
| Hex | D5 | D8 | FF | 10 | F | 0 | 0 | EC | 64 | 5C |
| Octal | 325 | 330 | 377 | 20 | 17 | 0 | 0 | 354 | 144 | 134 |
| Binary | 11010101 | 11011000 | 11111111 | 10000 | 1111 | 0 | 0 | 11101100 | 1100100 | 1011100 |
Color Harmonies of #D5D8FF
Complementary color
Monochromatic Colors of #D5D8FF
Black with #D5D8FF
Text Example
Text Example
White with #D5D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8FF; }
p { color: rgb(213,216,255); }
H1.HeaderClassName
{
color: #D5D8FF;
}
.AnyTagClassName
{
color: #D5D8FF;
}
</style>
background-color css
<style>
a { background-color: #D5D8FF; }
a { background-color: rgb(213,216,255); }
div.DivClassName
{
background-color: #D5D8FF;
}
.BgClassName
{
background-color: #D5D8FF;
}
</style>
border-color css
<style>
span { border-color: #D5D8FF; }
span { border-color: rgb(213,216,255); }
td.TdClassName
{
border-color: #D5D8FF;
}
.TagClassName
{
border-color: #D5D8FF;
}
</style>