Shades of Quartz #D2D3EB
Tints of Quartz #D2D3EB
RGB
CMYK
RGB Variations
Color information
#D2D3EB (or 0xD2D3EB) is known color: Quartz. HEX triplet: D2, D3 and EB. RGB value is (210,211,235). Sum of RGB (Red+Green+Blue) = 210+211+235=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D3EB is #2D2C14. Grayscale: #D5D5D5. Windows color (decimal): -2960405 or 15455186. OLE color: 15455186.
HSL color Cylindrical-coordinate representation of color #D2D3EB: hue angle of 237.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D3EB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 211 | 235 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.08 |
| HSL | 237.6º | 0.38% | 0.87% | - |
| HSV(B) | 237.6º | 0.11% | 0.92% | - |
| XYZ | 64.87 | 66.29 | 87.97 | - |
| YUV | 213.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 235 | 0.11 | 0.10 | 0 | 0.08 | 237.6 | 0.38 | 0.87 |
| Hex | D2 | D3 | EB | B | A | 0 | 8 | EE | 26 | 57 |
| Octal | 322 | 323 | 353 | 13 | 12 | 0 | 10 | 356 | 46 | 127 |
| Binary | 11010010 | 11010011 | 11101011 | 1011 | 1010 | 0 | 1000 | 11101110 | 100110 | 1010111 |
Color Harmonies of #D2D3EB
Complementary color
Monochromatic Colors of #D2D3EB
Black with #D2D3EB
Text Example
Text Example
White with #D2D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3EB; }
p { color: rgb(210,211,235); }
H1.HeaderClassName
{
color: #D2D3EB;
}
.AnyTagClassName
{
color: #D2D3EB;
}
</style>
background-color css
<style>
a { background-color: #D2D3EB; }
a { background-color: rgb(210,211,235); }
div.DivClassName
{
background-color: #D2D3EB;
}
.BgClassName
{
background-color: #D2D3EB;
}
</style>
border-color css
<style>
span { border-color: #D2D3EB; }
span { border-color: rgb(210,211,235); }
td.TdClassName
{
border-color: #D2D3EB;
}
.TagClassName
{
border-color: #D2D3EB;
}
</style>