Shades of Quartz #D2D9FF
Tints of Quartz #D2D9FF
RGB
CMYK
RGB Variations
Color information
#D2D9FF (or 0xD2D9FF) is known color: Quartz. HEX triplet: D2, D9 and FF. RGB value is (210,217,255). Sum of RGB (Red+Green+Blue) = 210+217+255=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9FF is #2D2600. Grayscale: #DBDBDB. Windows color (decimal): -2958849 or 16767442. OLE color: 16767442.
HSL color Cylindrical-coordinate representation of color #D2D9FF: hue angle of 230.67º 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 #D2D9FF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 217 | 255 | - |
| CMYK | 0.18 | 0.15 | 0 | 0 |
| HSL | 230.67º | 1% | 0.91% | - |
| HSV(B) | 230.67º | 0.18% | 1% | - |
| XYZ | 69.44 | 70.55 | 104.56 | - |
| YUV | 219.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 255 | 0.18 | 0.15 | 0 | 0 | 230.67 | 1 | 0.91 |
| Hex | D2 | D9 | FF | 12 | F | 0 | 0 | E7 | 64 | 5B |
| Octal | 322 | 331 | 377 | 22 | 17 | 0 | 0 | 347 | 144 | 133 |
| Binary | 11010010 | 11011001 | 11111111 | 10010 | 1111 | 0 | 0 | 11100111 | 1100100 | 1011011 |
Color Harmonies of #D2D9FF
Complementary color
Monochromatic Colors of #D2D9FF
Black with #D2D9FF
Text Example
Text Example
White with #D2D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9FF; }
p { color: rgb(210,217,255); }
H1.HeaderClassName
{
color: #D2D9FF;
}
.AnyTagClassName
{
color: #D2D9FF;
}
</style>
background-color css
<style>
a { background-color: #D2D9FF; }
a { background-color: rgb(210,217,255); }
div.DivClassName
{
background-color: #D2D9FF;
}
.BgClassName
{
background-color: #D2D9FF;
}
</style>
border-color css
<style>
span { border-color: #D2D9FF; }
span { border-color: rgb(210,217,255); }
td.TdClassName
{
border-color: #D2D9FF;
}
.TagClassName
{
border-color: #D2D9FF;
}
</style>