Shades of Quartz #D2D9FE
Tints of Quartz #D2D9FE
RGB
CMYK
RGB Variations
Color information
#D2D9FE (or 0xD2D9FE) is known color: Quartz. HEX triplet: D2, D9 and FE. RGB value is (210,217,254). Sum of RGB (Red+Green+Blue) = 210+217+254=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9FE is #2D2601. Grayscale: #DADADA. Windows color (decimal): -2958850 or 16701906. OLE color: 16701906.
HSL color Cylindrical-coordinate representation of color #D2D9FE: hue angle of 230.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D9FE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 217 | 254 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.00 |
| HSL | 230.45º | 0.96% | 0.91% | - |
| HSV(B) | 230.45º | 0.17% | 1% | - |
| XYZ | 69.28 | 70.48 | 103.72 | - |
| YUV | 219.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 254 | 0.17 | 0.15 | 0 | 0.00 | 230.45 | 0.96 | 0.91 |
| Hex | D2 | D9 | FE | 11 | F | 0 | 0 | E6 | 60 | 5B |
| Octal | 322 | 331 | 376 | 21 | 17 | 0 | 0 | 346 | 140 | 133 |
| Binary | 11010010 | 11011001 | 11111110 | 10001 | 1111 | 0 | 0 | 11100110 | 1100000 | 1011011 |
Color Harmonies of #D2D9FE
Complementary color
Monochromatic Colors of #D2D9FE
Black with #D2D9FE
Text Example
Text Example
White with #D2D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9FE; }
p { color: rgb(210,217,254); }
H1.HeaderClassName
{
color: #D2D9FE;
}
.AnyTagClassName
{
color: #D2D9FE;
}
</style>
background-color css
<style>
a { background-color: #D2D9FE; }
a { background-color: rgb(210,217,254); }
div.DivClassName
{
background-color: #D2D9FE;
}
.BgClassName
{
background-color: #D2D9FE;
}
</style>
border-color css
<style>
span { border-color: #D2D9FE; }
span { border-color: rgb(210,217,254); }
td.TdClassName
{
border-color: #D2D9FE;
}
.TagClassName
{
border-color: #D2D9FE;
}
</style>