Shades of Quartz #D8DAFC
Tints of Quartz #D8DAFC
RGB
CMYK
RGB Variations
Color information
#D8DAFC (or 0xD8DAFC) is known color: Quartz. HEX triplet: D8, DA and FC. RGB value is (216,218,252). Sum of RGB (Red+Green+Blue) = 216+218+252=686 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.49% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DAFC is #272503. Grayscale: #DDDDDD. Windows color (decimal): -2565380 or 16571096. OLE color: 16571096.
HSL color Cylindrical-coordinate representation of color #D8DAFC: hue angle of 236.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DAFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 218 | 252 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 236.67º | 0.86% | 0.92% | - |
| HSV(B) | 236.67º | 0.14% | 0.99% | - |
| XYZ | 70.96 | 71.77 | 102.21 | - |
| YUV | 221.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 252 | 0.14 | 0.13 | 0 | 0.01 | 236.67 | 0.86 | 0.92 |
| Hex | D8 | DA | FC | E | D | 0 | 1 | ED | 56 | 5C |
| Octal | 330 | 332 | 374 | 16 | 15 | 0 | 1 | 355 | 126 | 134 |
| Binary | 11011000 | 11011010 | 11111100 | 1110 | 1101 | 0 | 1 | 11101101 | 1010110 | 1011100 |
Color Harmonies of #D8DAFC
Complementary color
Monochromatic Colors of #D8DAFC
Black with #D8DAFC
Text Example
Text Example
White with #D8DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAFC; }
p { color: rgb(216,218,252); }
H1.HeaderClassName
{
color: #D8DAFC;
}
.AnyTagClassName
{
color: #D8DAFC;
}
</style>
background-color css
<style>
a { background-color: #D8DAFC; }
a { background-color: rgb(216,218,252); }
div.DivClassName
{
background-color: #D8DAFC;
}
.BgClassName
{
background-color: #D8DAFC;
}
</style>
border-color css
<style>
span { border-color: #D8DAFC; }
span { border-color: rgb(216,218,252); }
td.TdClassName
{
border-color: #D8DAFC;
}
.TagClassName
{
border-color: #D8DAFC;
}
</style>