Shades of Quartz #D5D7FF
Tints of Quartz #D5D7FF
RGB
CMYK
RGB Variations
Color information
#D5D7FF (or 0xD5D7FF) is known color: Quartz. HEX triplet: D5, D7 and FF. RGB value is (213,215,255). Sum of RGB (Red+Green+Blue) = 213+215+255=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5D7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7FF is #2A2800. Grayscale: #DADADA. Windows color (decimal): -2762753 or 16766933. OLE color: 16766933.
HSL color Cylindrical-coordinate representation of color #D5D7FF: hue angle of 237.14º 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 #D5D7FF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 215 | 255 | - |
| CMYK | 0.16 | 0.16 | 0 | 0 |
| HSL | 237.14º | 1% | 0.92% | - |
| HSV(B) | 237.14º | 0.16% | 1% | - |
| XYZ | 69.79 | 69.97 | 104.43 | - |
| YUV | 218.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 255 | 0.16 | 0.16 | 0 | 0 | 237.14 | 1 | 0.92 |
| Hex | D5 | D7 | FF | 10 | 10 | 0 | 0 | ED | 64 | 5C |
| Octal | 325 | 327 | 377 | 20 | 20 | 0 | 0 | 355 | 144 | 134 |
| Binary | 11010101 | 11010111 | 11111111 | 10000 | 10000 | 0 | 0 | 11101101 | 1100100 | 1011100 |
Color Harmonies of #D5D7FF
Complementary color
Monochromatic Colors of #D5D7FF
Black with #D5D7FF
Text Example
Text Example
White with #D5D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D7FF; }
p { color: rgb(213,215,255); }
H1.HeaderClassName
{
color: #D5D7FF;
}
.AnyTagClassName
{
color: #D5D7FF;
}
</style>
background-color css
<style>
a { background-color: #D5D7FF; }
a { background-color: rgb(213,215,255); }
div.DivClassName
{
background-color: #D5D7FF;
}
.BgClassName
{
background-color: #D5D7FF;
}
</style>
border-color css
<style>
span { border-color: #D5D7FF; }
span { border-color: rgb(213,215,255); }
td.TdClassName
{
border-color: #D5D7FF;
}
.TagClassName
{
border-color: #D5D7FF;
}
</style>