Shades of Quartz #D2D9FD
Tints of Quartz #D2D9FD
RGB
CMYK
RGB Variations
Color information
#D2D9FD (or 0xD2D9FD) is known color: Quartz. HEX triplet: D2, D9 and FD. RGB value is (210,217,253). Sum of RGB (Red+Green+Blue) = 210+217+253=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9FD is #2D2602. Grayscale: #DADADA. Windows color (decimal): -2958851 or 16636370. OLE color: 16636370.
HSL color Cylindrical-coordinate representation of color #D2D9FD: hue angle of 230.23º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D9FD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 217 | 253 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.01 |
| HSL | 230.23º | 0.91% | 0.91% | - |
| HSV(B) | 230.23º | 0.17% | 0.99% | - |
| XYZ | 69.12 | 70.42 | 102.88 | - |
| YUV | 219.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 253 | 0.17 | 0.14 | 0 | 0.01 | 230.23 | 0.91 | 0.91 |
| Hex | D2 | D9 | FD | 11 | E | 0 | 1 | E6 | 5B | 5B |
| Octal | 322 | 331 | 375 | 21 | 16 | 0 | 1 | 346 | 133 | 133 |
| Binary | 11010010 | 11011001 | 11111101 | 10001 | 1110 | 0 | 1 | 11100110 | 1011011 | 1011011 |
Color Harmonies of #D2D9FD
Complementary color
Monochromatic Colors of #D2D9FD
Black with #D2D9FD
Text Example
Text Example
White with #D2D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9FD; }
p { color: rgb(210,217,253); }
H1.HeaderClassName
{
color: #D2D9FD;
}
.AnyTagClassName
{
color: #D2D9FD;
}
</style>
background-color css
<style>
a { background-color: #D2D9FD; }
a { background-color: rgb(210,217,253); }
div.DivClassName
{
background-color: #D2D9FD;
}
.BgClassName
{
background-color: #D2D9FD;
}
</style>
border-color css
<style>
span { border-color: #D2D9FD; }
span { border-color: rgb(210,217,253); }
td.TdClassName
{
border-color: #D2D9FD;
}
.TagClassName
{
border-color: #D2D9FD;
}
</style>