Shades of Quartz #D6DAF9
Tints of Quartz #D6DAF9
RGB
CMYK
RGB Variations
Color information
#D6DAF9 (or 0xD6DAF9) is known color: Quartz. HEX triplet: D6, DA and F9. RGB value is (214,218,249). Sum of RGB (Red+Green+Blue) = 214+218+249=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF9 is #292506. Grayscale: #DCDCDC. Windows color (decimal): -2696455 or 16374486. OLE color: 16374486.
HSL color Cylindrical-coordinate representation of color #D6DAF9: hue angle of 233.14º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DAF9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 214 | 218 | 249 | - |
CMYK | 0.14 | 0.12 | 0 | 0.02 |
HSL | 233.14º | 0.74% | 0.91% | - |
HSV(B) | 233.14º | 0.14% | 0.98% | - |
XYZ | 69.9 | 71.28 | 99.7 | - |
YUV | 220.34 | 144.17 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 249 | 0.14 | 0.12 | 0 | 0.02 | 233.14 | 0.74 | 0.91 |
Hex | D6 | DA | F9 | E | C | 0 | 2 | E9 | 4A | 5B |
Octal | 326 | 332 | 371 | 16 | 14 | 0 | 2 | 351 | 112 | 133 |
Binary | 11010110 | 11011010 | 11111001 | 1110 | 1100 | 0 | 10 | 11101001 | 1001010 | 1011011 |
Color Harmonies of #D6DAF9
Complementary color
Monochromatic Colors of #D6DAF9
Black with #D6DAF9
Text Example
Text Example
White with #D6DAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAF9; }
p { color: rgb(214,218,249); }
H1.HeaderClassName
{
color: #D6DAF9;
}
.AnyTagClassName
{
color: #D6DAF9;
}
</style>
background-color css
<style>
a { background-color: #D6DAF9; }
a { background-color: rgb(214,218,249); }
div.DivClassName
{
background-color: #D6DAF9;
}
.BgClassName
{
background-color: #D6DAF9;
}
</style>
border-color css
<style>
span { border-color: #D6DAF9; }
span { border-color: rgb(214,218,249); }
td.TdClassName
{
border-color: #D6DAF9;
}
.TagClassName
{
border-color: #D6DAF9;
}
</style>