Shades of Quartz #D6D7F8
Tints of Quartz #D6D7F8
RGB
CMYK
RGB Variations
Color information
#D6D7F8 (or 0xD6D7F8) is known color: Quartz. HEX triplet: D6, D7 and F8. RGB value is (214,215,248). Sum of RGB (Red+Green+Blue) = 214+215+248=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6D7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D7F8 is #292807. Grayscale: #DADADA. Windows color (decimal): -2697224 or 16308182. OLE color: 16308182.
HSL color Cylindrical-coordinate representation of color #D6D7F8: hue angle of 238.24º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6D7F8 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 215 | 248 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.03 |
| HSL | 238.24º | 0.71% | 0.91% | - |
| HSV(B) | 238.24º | 0.14% | 0.97% | - |
| XYZ | 68.98 | 69.67 | 98.62 | - |
| YUV | 218.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 248 | 0.14 | 0.13 | 0 | 0.03 | 238.24 | 0.71 | 0.91 |
| Hex | D6 | D7 | F8 | E | D | 0 | 3 | EE | 47 | 5B |
| Octal | 326 | 327 | 370 | 16 | 15 | 0 | 3 | 356 | 107 | 133 |
| Binary | 11010110 | 11010111 | 11111000 | 1110 | 1101 | 0 | 11 | 11101110 | 1000111 | 1011011 |
Color Harmonies of #D6D7F8
Complementary color
Monochromatic Colors of #D6D7F8
Black with #D6D7F8
Text Example
Text Example
White with #D6D7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7F8; }
p { color: rgb(214,215,248); }
H1.HeaderClassName
{
color: #D6D7F8;
}
.AnyTagClassName
{
color: #D6D7F8;
}
</style>
background-color css
<style>
a { background-color: #D6D7F8; }
a { background-color: rgb(214,215,248); }
div.DivClassName
{
background-color: #D6D7F8;
}
.BgClassName
{
background-color: #D6D7F8;
}
</style>
border-color css
<style>
span { border-color: #D6D7F8; }
span { border-color: rgb(214,215,248); }
td.TdClassName
{
border-color: #D6D7F8;
}
.TagClassName
{
border-color: #D6D7F8;
}
</style>