Shades of Quartz #D6DAFB
Tints of Quartz #D6DAFB
RGB
CMYK
RGB Variations
Color information
#D6DAFB (or 0xD6DAFB) is known color: Quartz. HEX triplet: D6, DA and FB. RGB value is (214,218,251). Sum of RGB (Red+Green+Blue) = 214+218+251=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFB is #292504. Grayscale: #DCDCDC. Windows color (decimal): -2696453 or 16505558. OLE color: 16505558.
HSL color Cylindrical-coordinate representation of color #D6DAFB: hue angle of 233.51º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DAFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 218 | 251 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.02 |
| HSL | 233.51º | 0.82% | 0.91% | - |
| HSV(B) | 233.51º | 0.15% | 0.98% | - |
| XYZ | 70.22 | 71.4 | 101.35 | - |
| YUV | 220.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 251 | 0.15 | 0.13 | 0 | 0.02 | 233.51 | 0.82 | 0.91 |
| Hex | D6 | DA | FB | F | D | 0 | 2 | EA | 52 | 5B |
| Octal | 326 | 332 | 373 | 17 | 15 | 0 | 2 | 352 | 122 | 133 |
| Binary | 11010110 | 11011010 | 11111011 | 1111 | 1101 | 0 | 10 | 11101010 | 1010010 | 1011011 |
Color Harmonies of #D6DAFB
Complementary color
Monochromatic Colors of #D6DAFB
Black with #D6DAFB
Text Example
Text Example
White with #D6DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAFB; }
p { color: rgb(214,218,251); }
H1.HeaderClassName
{
color: #D6DAFB;
}
.AnyTagClassName
{
color: #D6DAFB;
}
</style>
background-color css
<style>
a { background-color: #D6DAFB; }
a { background-color: rgb(214,218,251); }
div.DivClassName
{
background-color: #D6DAFB;
}
.BgClassName
{
background-color: #D6DAFB;
}
</style>
border-color css
<style>
span { border-color: #D6DAFB; }
span { border-color: rgb(214,218,251); }
td.TdClassName
{
border-color: #D6DAFB;
}
.TagClassName
{
border-color: #D6DAFB;
}
</style>