Shades of Quartz #D7D8FF
Tints of Quartz #D7D8FF
RGB
CMYK
RGB Variations
Color information
#D7D8FF (or 0xD7D8FF) is known color: Quartz. HEX triplet: D7, D8 and FF. RGB value is (215,216,255). Sum of RGB (Red+Green+Blue) = 215+216+255=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8FF is #282700. Grayscale: #DBDBDB. Windows color (decimal): -2631425 or 16767191. OLE color: 16767191.
HSL color Cylindrical-coordinate representation of color #D7D8FF: hue angle of 238.5º 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 #D7D8FF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 216 | 255 | - |
| CMYK | 0.16 | 0.15 | 0 | 0 |
| HSL | 238.5º | 1% | 0.92% | - |
| HSV(B) | 238.5º | 0.16% | 1% | - |
| XYZ | 70.63 | 70.78 | 104.55 | - |
| YUV | 220.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 255 | 0.16 | 0.15 | 0 | 0 | 238.5 | 1 | 0.92 |
| Hex | D7 | D8 | FF | 10 | F | 0 | 0 | EE | 64 | 5C |
| Octal | 327 | 330 | 377 | 20 | 17 | 0 | 0 | 356 | 144 | 134 |
| Binary | 11010111 | 11011000 | 11111111 | 10000 | 1111 | 0 | 0 | 11101110 | 1100100 | 1011100 |
Color Harmonies of #D7D8FF
Complementary color
Monochromatic Colors of #D7D8FF
Black with #D7D8FF
Text Example
Text Example
White with #D7D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8FF; }
p { color: rgb(215,216,255); }
H1.HeaderClassName
{
color: #D7D8FF;
}
.AnyTagClassName
{
color: #D7D8FF;
}
</style>
background-color css
<style>
a { background-color: #D7D8FF; }
a { background-color: rgb(215,216,255); }
div.DivClassName
{
background-color: #D7D8FF;
}
.BgClassName
{
background-color: #D7D8FF;
}
</style>
border-color css
<style>
span { border-color: #D7D8FF; }
span { border-color: rgb(215,216,255); }
td.TdClassName
{
border-color: #D7D8FF;
}
.TagClassName
{
border-color: #D7D8FF;
}
</style>