Shades of Quartz #D5D2EF
Tints of Quartz #D5D2EF
RGB
CMYK
RGB Variations
Color information
#D5D2EF (or 0xD5D2EF) is known color: Quartz. HEX triplet: D5, D2 and EF. RGB value is (213,210,239). Sum of RGB (Red+Green+Blue) = 213+210+239=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2EF is #2A2D10. Grayscale: #D6D6D6. Windows color (decimal): -2764049 or 15717077. OLE color: 15717077.
HSL color Cylindrical-coordinate representation of color #D5D2EF: hue angle of 246.21º degrees, saturation: 0.48, 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 #D5D2EF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 210 | 239 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.06 |
| HSL | 246.21º | 0.48% | 0.88% | - |
| HSV(B) | 246.21º | 0.12% | 0.94% | - |
| XYZ | 66.07 | 66.47 | 91.01 | - |
| YUV | 214.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 239 | 0.11 | 0.12 | 0 | 0.06 | 246.21 | 0.48 | 0.88 |
| Hex | D5 | D2 | EF | B | C | 0 | 6 | F6 | 30 | 58 |
| Octal | 325 | 322 | 357 | 13 | 14 | 0 | 6 | 366 | 60 | 130 |
| Binary | 11010101 | 11010010 | 11101111 | 1011 | 1100 | 0 | 110 | 11110110 | 110000 | 1011000 |
Color Harmonies of #D5D2EF
Complementary color
Monochromatic Colors of #D5D2EF
Black with #D5D2EF
Text Example
Text Example
White with #D5D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D2EF; }
p { color: rgb(213,210,239); }
H1.HeaderClassName
{
color: #D5D2EF;
}
.AnyTagClassName
{
color: #D5D2EF;
}
</style>
background-color css
<style>
a { background-color: #D5D2EF; }
a { background-color: rgb(213,210,239); }
div.DivClassName
{
background-color: #D5D2EF;
}
.BgClassName
{
background-color: #D5D2EF;
}
</style>
border-color css
<style>
span { border-color: #D5D2EF; }
span { border-color: rgb(213,210,239); }
td.TdClassName
{
border-color: #D5D2EF;
}
.TagClassName
{
border-color: #D5D2EF;
}
</style>