Shades of Quartz #D2D0EF
Tints of Quartz #D2D0EF
RGB
CMYK
RGB Variations
Color information
#D2D0EF (or 0xD2D0EF) is known color: Quartz. HEX triplet: D2, D0 and EF. RGB value is (210,208,239). Sum of RGB (Red+Green+Blue) = 210+208+239=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D0EF is #2D2F10. Grayscale: #D4D4D4. Windows color (decimal): -2961169 or 15716562. OLE color: 15716562.
HSL color Cylindrical-coordinate representation of color #D2D0EF: hue angle of 243.87º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2D0EF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 208 | 239 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.06 |
| HSL | 243.87º | 0.49% | 0.88% | - |
| HSV(B) | 243.87º | 0.13% | 0.94% | - |
| XYZ | 64.71 | 65.05 | 90.81 | - |
| YUV | 212.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 239 | 0.12 | 0.13 | 0 | 0.06 | 243.87 | 0.49 | 0.88 |
| Hex | D2 | D0 | EF | C | D | 0 | 6 | F4 | 31 | 58 |
| Octal | 322 | 320 | 357 | 14 | 15 | 0 | 6 | 364 | 61 | 130 |
| Binary | 11010010 | 11010000 | 11101111 | 1100 | 1101 | 0 | 110 | 11110100 | 110001 | 1011000 |
Color Harmonies of #D2D0EF
Complementary color
Monochromatic Colors of #D2D0EF
Black with #D2D0EF
Text Example
Text Example
White with #D2D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0EF; }
p { color: rgb(210,208,239); }
H1.HeaderClassName
{
color: #D2D0EF;
}
.AnyTagClassName
{
color: #D2D0EF;
}
</style>
background-color css
<style>
a { background-color: #D2D0EF; }
a { background-color: rgb(210,208,239); }
div.DivClassName
{
background-color: #D2D0EF;
}
.BgClassName
{
background-color: #D2D0EF;
}
</style>
border-color css
<style>
span { border-color: #D2D0EF; }
span { border-color: rgb(210,208,239); }
td.TdClassName
{
border-color: #D2D0EF;
}
.TagClassName
{
border-color: #D2D0EF;
}
</style>