Shades of Quartz #D5D3EF
Tints of Quartz #D5D3EF
RGB
CMYK
RGB Variations
Color information
#D5D3EF (or 0xD5D3EF) is known color: Quartz. HEX triplet: D5, D3 and EF. RGB value is (213,211,239). Sum of RGB (Red+Green+Blue) = 213+211+239=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D3EF is #2A2C10. Grayscale: #D6D6D6. Windows color (decimal): -2763793 or 15717333. OLE color: 15717333.
HSL color Cylindrical-coordinate representation of color #D5D3EF: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D3EF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 211 | 239 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.06 |
| HSL | 244.29º | 0.47% | 0.88% | - |
| HSV(B) | 244.29º | 0.12% | 0.94% | - |
| XYZ | 66.31 | 66.97 | 91.09 | - |
| YUV | 214.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 239 | 0.11 | 0.12 | 0 | 0.06 | 244.29 | 0.47 | 0.88 |
| Hex | D5 | D3 | EF | B | C | 0 | 6 | F4 | 2F | 58 |
| Octal | 325 | 323 | 357 | 13 | 14 | 0 | 6 | 364 | 57 | 130 |
| Binary | 11010101 | 11010011 | 11101111 | 1011 | 1100 | 0 | 110 | 11110100 | 101111 | 1011000 |
Color Harmonies of #D5D3EF
Complementary color
Monochromatic Colors of #D5D3EF
Black with #D5D3EF
Text Example
Text Example
White with #D5D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D3EF; }
p { color: rgb(213,211,239); }
H1.HeaderClassName
{
color: #D5D3EF;
}
.AnyTagClassName
{
color: #D5D3EF;
}
</style>
background-color css
<style>
a { background-color: #D5D3EF; }
a { background-color: rgb(213,211,239); }
div.DivClassName
{
background-color: #D5D3EF;
}
.BgClassName
{
background-color: #D5D3EF;
}
</style>
border-color css
<style>
span { border-color: #D5D3EF; }
span { border-color: rgb(213,211,239); }
td.TdClassName
{
border-color: #D5D3EF;
}
.TagClassName
{
border-color: #D5D3EF;
}
</style>