Shades of Quartz #D5D8ED
Tints of Quartz #D5D8ED
RGB
CMYK
RGB Variations
Color information
#D5D8ED (or 0xD5D8ED) is known color: Quartz. HEX triplet: D5, D8 and ED. RGB value is (213,216,237). Sum of RGB (Red+Green+Blue) = 213+216+237=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5D8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8ED is #2A2712. Grayscale: #D9D9D9. Windows color (decimal): -2762515 or 15587541. OLE color: 15587541.
HSL color Cylindrical-coordinate representation of color #D5D8ED: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D8ED is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 216 | 237 | - |
CMYK | 0.10 | 0.09 | 0 | 0.07 |
HSL | 232.5º | 0.4% | 0.88% | - |
HSV(B) | 232.5º | 0.1% | 0.93% | - |
XYZ | 67.28 | 69.37 | 89.96 | - |
YUV | 217.5 | 139.01 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 216 | 237 | 0.10 | 0.09 | 0 | 0.07 | 232.5 | 0.4 | 0.88 |
Hex | D5 | D8 | ED | A | 9 | 0 | 7 | E8 | 28 | 58 |
Octal | 325 | 330 | 355 | 12 | 11 | 0 | 7 | 350 | 50 | 130 |
Binary | 11010101 | 11011000 | 11101101 | 1010 | 1001 | 0 | 111 | 11101000 | 101000 | 1011000 |
Color Harmonies of #D5D8ED
Complementary color
Monochromatic Colors of #D5D8ED
Black with #D5D8ED
Text Example
Text Example
White with #D5D8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8ED; }
p { color: rgb(213,216,237); }
H1.HeaderClassName
{
color: #D5D8ED;
}
.AnyTagClassName
{
color: #D5D8ED;
}
</style>
background-color css
<style>
a { background-color: #D5D8ED; }
a { background-color: rgb(213,216,237); }
div.DivClassName
{
background-color: #D5D8ED;
}
.BgClassName
{
background-color: #D5D8ED;
}
</style>
border-color css
<style>
span { border-color: #D5D8ED; }
span { border-color: rgb(213,216,237); }
td.TdClassName
{
border-color: #D5D8ED;
}
.TagClassName
{
border-color: #D5D8ED;
}
</style>