Shades of Quartz #D7D8F5
Tints of Quartz #D7D8F5
RGB
CMYK
RGB Variations
Color information
#D7D8F5 (or 0xD7D8F5) is known color: Quartz. HEX triplet: D7, D8 and F5. RGB value is (215,216,245). Sum of RGB (Red+Green+Blue) = 215+216+245=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #D7D8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D8F5 is #28270A. Grayscale: #DADADA. Windows color (decimal): -2631435 or 16111831. OLE color: 16111831.
HSL color Cylindrical-coordinate representation of color #D7D8F5: hue angle of 238º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D8F5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 216 | 245 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.04 |
| HSL | 238º | 0.6% | 0.9% | - |
| HSV(B) | 238º | 0.12% | 0.96% | - |
| XYZ | 69.06 | 70.15 | 96.29 | - |
| YUV | 219.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 245 | 0.12 | 0.12 | 0 | 0.04 | 238 | 0.6 | 0.9 |
| Hex | D7 | D8 | F5 | C | C | 0 | 4 | EE | 3C | 5A |
| Octal | 327 | 330 | 365 | 14 | 14 | 0 | 4 | 356 | 74 | 132 |
| Binary | 11010111 | 11011000 | 11110101 | 1100 | 1100 | 0 | 100 | 11101110 | 111100 | 1011010 |
Color Harmonies of #D7D8F5
Complementary color
Monochromatic Colors of #D7D8F5
Black with #D7D8F5
Text Example
Text Example
White with #D7D8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8F5; }
p { color: rgb(215,216,245); }
H1.HeaderClassName
{
color: #D7D8F5;
}
.AnyTagClassName
{
color: #D7D8F5;
}
</style>
background-color css
<style>
a { background-color: #D7D8F5; }
a { background-color: rgb(215,216,245); }
div.DivClassName
{
background-color: #D7D8F5;
}
.BgClassName
{
background-color: #D7D8F5;
}
</style>
border-color css
<style>
span { border-color: #D7D8F5; }
span { border-color: rgb(215,216,245); }
td.TdClassName
{
border-color: #D7D8F5;
}
.TagClassName
{
border-color: #D7D8F5;
}
</style>