Shades of Quartz #D2DAFF
Tints of Quartz #D2DAFF
RGB
CMYK
RGB Variations
Color information
#D2DAFF (or 0xD2DAFF) is known color: Quartz. HEX triplet: D2, DA and FF. RGB value is (210,218,255). Sum of RGB (Red+Green+Blue) = 210+218+255=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFF is #2D2500. Grayscale: #DBDBDB. Windows color (decimal): -2958593 or 16767698. OLE color: 16767698.
HSL color Cylindrical-coordinate representation of color #D2DAFF: hue angle of 229.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2DAFF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 218 | 255 | - |
| CMYK | 0.18 | 0.15 | 0 | 0 |
| HSL | 229.33º | 1% | 0.91% | - |
| HSV(B) | 229.33º | 0.18% | 1% | - |
| XYZ | 69.7 | 71.06 | 104.65 | - |
| YUV | 219.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 255 | 0.18 | 0.15 | 0 | 0 | 229.33 | 1 | 0.91 |
| Hex | D2 | DA | FF | 12 | F | 0 | 0 | E5 | 64 | 5B |
| Octal | 322 | 332 | 377 | 22 | 17 | 0 | 0 | 345 | 144 | 133 |
| Binary | 11010010 | 11011010 | 11111111 | 10010 | 1111 | 0 | 0 | 11100101 | 1100100 | 1011011 |
Color Harmonies of #D2DAFF
Complementary color
Monochromatic Colors of #D2DAFF
Black with #D2DAFF
Text Example
Text Example
White with #D2DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAFF; }
p { color: rgb(210,218,255); }
H1.HeaderClassName
{
color: #D2DAFF;
}
.AnyTagClassName
{
color: #D2DAFF;
}
</style>
background-color css
<style>
a { background-color: #D2DAFF; }
a { background-color: rgb(210,218,255); }
div.DivClassName
{
background-color: #D2DAFF;
}
.BgClassName
{
background-color: #D2DAFF;
}
</style>
border-color css
<style>
span { border-color: #D2DAFF; }
span { border-color: rgb(210,218,255); }
td.TdClassName
{
border-color: #D2DAFF;
}
.TagClassName
{
border-color: #D2DAFF;
}
</style>