Shades of Quartz #D1D2EF
Tints of Quartz #D1D2EF
RGB
CMYK
RGB Variations
Color information
#D1D2EF (or 0xD1D2EF) is known color: Quartz. HEX triplet: D1, D2 and EF. RGB value is (209,210,239). Sum of RGB (Red+Green+Blue) = 209+210+239=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D2EF is #2E2D10. Grayscale: #D4D4D4. Windows color (decimal): -3026193 or 15717073. OLE color: 15717073.
HSL color Cylindrical-coordinate representation of color #D1D2EF: hue angle of 238º degrees, saturation: 0.48, 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 #D1D2EF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 210 | 239 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.06 |
| HSL | 238º | 0.48% | 0.88% | - |
| HSV(B) | 238º | 0.13% | 0.94% | - |
| XYZ | 64.92 | 65.88 | 90.96 | - |
| YUV | 213.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 239 | 0.13 | 0.12 | 0 | 0.06 | 238 | 0.48 | 0.88 |
| Hex | D1 | D2 | EF | D | C | 0 | 6 | EE | 30 | 58 |
| Octal | 321 | 322 | 357 | 15 | 14 | 0 | 6 | 356 | 60 | 130 |
| Binary | 11010001 | 11010010 | 11101111 | 1101 | 1100 | 0 | 110 | 11101110 | 110000 | 1011000 |
Color Harmonies of #D1D2EF
Complementary color
Monochromatic Colors of #D1D2EF
Black with #D1D2EF
Text Example
Text Example
White with #D1D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2EF; }
p { color: rgb(209,210,239); }
H1.HeaderClassName
{
color: #D1D2EF;
}
.AnyTagClassName
{
color: #D1D2EF;
}
</style>
background-color css
<style>
a { background-color: #D1D2EF; }
a { background-color: rgb(209,210,239); }
div.DivClassName
{
background-color: #D1D2EF;
}
.BgClassName
{
background-color: #D1D2EF;
}
</style>
border-color css
<style>
span { border-color: #D1D2EF; }
span { border-color: rgb(209,210,239); }
td.TdClassName
{
border-color: #D1D2EF;
}
.TagClassName
{
border-color: #D1D2EF;
}
</style>