Shades of Quartz #D5DAFA
Tints of Quartz #D5DAFA
RGB
CMYK
RGB Variations
Color information
#D5DAFA (or 0xD5DAFA) is known color: Quartz. HEX triplet: D5, DA and FA. RGB value is (213,218,250). Sum of RGB (Red+Green+Blue) = 213+218+250=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFA is #2A2505. Grayscale: #DCDCDC. Windows color (decimal): -2761990 or 16440021. OLE color: 16440021.
HSL color Cylindrical-coordinate representation of color #D5DAFA: hue angle of 231.89º degrees, saturation: 0.79, 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 #D5DAFA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 218 | 250 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.02 |
| HSL | 231.89º | 0.79% | 0.91% | - |
| HSV(B) | 231.89º | 0.15% | 0.98% | - |
| XYZ | 69.77 | 71.19 | 100.51 | - |
| YUV | 220.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 250 | 0.15 | 0.13 | 0 | 0.02 | 231.89 | 0.79 | 0.91 |
| Hex | D5 | DA | FA | F | D | 0 | 2 | E8 | 4F | 5B |
| Octal | 325 | 332 | 372 | 17 | 15 | 0 | 2 | 350 | 117 | 133 |
| Binary | 11010101 | 11011010 | 11111010 | 1111 | 1101 | 0 | 10 | 11101000 | 1001111 | 1011011 |
Color Harmonies of #D5DAFA
Complementary color
Monochromatic Colors of #D5DAFA
Black with #D5DAFA
Text Example
Text Example
White with #D5DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAFA; }
p { color: rgb(213,218,250); }
H1.HeaderClassName
{
color: #D5DAFA;
}
.AnyTagClassName
{
color: #D5DAFA;
}
</style>
background-color css
<style>
a { background-color: #D5DAFA; }
a { background-color: rgb(213,218,250); }
div.DivClassName
{
background-color: #D5DAFA;
}
.BgClassName
{
background-color: #D5DAFA;
}
</style>
border-color css
<style>
span { border-color: #D5DAFA; }
span { border-color: rgb(213,218,250); }
td.TdClassName
{
border-color: #D5DAFA;
}
.TagClassName
{
border-color: #D5DAFA;
}
</style>