Shades of Quartz #D9DAFC
Tints of Quartz #D9DAFC
RGB
CMYK
RGB Variations
Color information
#D9DAFC (or 0xD9DAFC) is known color: Quartz. HEX triplet: D9, DA and FC. RGB value is (217,218,252). Sum of RGB (Red+Green+Blue) = 217+218+252=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAFC is #262503. Grayscale: #DDDDDD. Windows color (decimal): -2499844 or 16571097. OLE color: 16571097.
HSL color Cylindrical-coordinate representation of color #D9DAFC: hue angle of 238.29º degrees, saturation: 0.85, 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 #D9DAFC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 218 | 252 | - |
CMYK | 0.14 | 0.13 | 0 | 0.01 |
HSL | 238.29º | 0.85% | 0.92% | - |
HSV(B) | 238.29º | 0.14% | 0.99% | - |
XYZ | 71.26 | 71.92 | 102.22 | - |
YUV | 221.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 252 | 0.14 | 0.13 | 0 | 0.01 | 238.29 | 0.85 | 0.92 |
Hex | D9 | DA | FC | E | D | 0 | 1 | EE | 55 | 5C |
Octal | 331 | 332 | 374 | 16 | 15 | 0 | 1 | 356 | 125 | 134 |
Binary | 11011001 | 11011010 | 11111100 | 1110 | 1101 | 0 | 1 | 11101110 | 1010101 | 1011100 |
Color Harmonies of #D9DAFC
Complementary color
Monochromatic Colors of #D9DAFC
Black with #D9DAFC
Text Example
Text Example
White with #D9DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAFC; }
p { color: rgb(217,218,252); }
H1.HeaderClassName
{
color: #D9DAFC;
}
.AnyTagClassName
{
color: #D9DAFC;
}
</style>
background-color css
<style>
a { background-color: #D9DAFC; }
a { background-color: rgb(217,218,252); }
div.DivClassName
{
background-color: #D9DAFC;
}
.BgClassName
{
background-color: #D9DAFC;
}
</style>
border-color css
<style>
span { border-color: #D9DAFC; }
span { border-color: rgb(217,218,252); }
td.TdClassName
{
border-color: #D9DAFC;
}
.TagClassName
{
border-color: #D9DAFC;
}
</style>