Shades of Quartz #D5DAFB
Tints of Quartz #D5DAFB
RGB
CMYK
RGB Variations
Color information
#D5DAFB (or 0xD5DAFB) is known color: Quartz. HEX triplet: D5, DA and FB. RGB value is (213,218,251). Sum of RGB (Red+Green+Blue) = 213+218+251=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5DAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFB is #2A2504. Grayscale: #DCDCDC. Windows color (decimal): -2761989 or 16505557. OLE color: 16505557.
HSL color Cylindrical-coordinate representation of color #D5DAFB: hue angle of 232.11º degrees, saturation: 0.83, 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 #D5DAFB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 218 | 251 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.02 |
| HSL | 232.11º | 0.83% | 0.91% | - |
| HSV(B) | 232.11º | 0.15% | 0.98% | - |
| XYZ | 69.92 | 71.25 | 101.33 | - |
| YUV | 220.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 251 | 0.15 | 0.13 | 0 | 0.02 | 232.11 | 0.83 | 0.91 |
| Hex | D5 | DA | FB | F | D | 0 | 2 | E8 | 53 | 5B |
| Octal | 325 | 332 | 373 | 17 | 15 | 0 | 2 | 350 | 123 | 133 |
| Binary | 11010101 | 11011010 | 11111011 | 1111 | 1101 | 0 | 10 | 11101000 | 1010011 | 1011011 |
Color Harmonies of #D5DAFB
Complementary color
Monochromatic Colors of #D5DAFB
Black with #D5DAFB
Text Example
Text Example
White with #D5DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAFB; }
p { color: rgb(213,218,251); }
H1.HeaderClassName
{
color: #D5DAFB;
}
.AnyTagClassName
{
color: #D5DAFB;
}
</style>
background-color css
<style>
a { background-color: #D5DAFB; }
a { background-color: rgb(213,218,251); }
div.DivClassName
{
background-color: #D5DAFB;
}
.BgClassName
{
background-color: #D5DAFB;
}
</style>
border-color css
<style>
span { border-color: #D5DAFB; }
span { border-color: rgb(213,218,251); }
td.TdClassName
{
border-color: #D5DAFB;
}
.TagClassName
{
border-color: #D5DAFB;
}
</style>