Shades of Quartz #D5D6EF
Tints of Quartz #D5D6EF
RGB
CMYK
RGB Variations
Color information
#D5D6EF (or 0xD5D6EF) is known color: Quartz. HEX triplet: D5, D6 and EF. RGB value is (213,214,239). Sum of RGB (Red+Green+Blue) = 213+214+239=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D6EF is #2A2910. Grayscale: #D8D8D8. Windows color (decimal): -2763025 or 15718101. OLE color: 15718101.
HSL color Cylindrical-coordinate representation of color #D5D6EF: hue angle of 237.69º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D6EF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 214 | 239 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.06 |
| HSL | 237.69º | 0.45% | 0.89% | - |
| HSV(B) | 237.69º | 0.11% | 0.94% | - |
| XYZ | 67.07 | 68.47 | 91.34 | - |
| YUV | 216.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 239 | 0.11 | 0.10 | 0 | 0.06 | 237.69 | 0.45 | 0.89 |
| Hex | D5 | D6 | EF | B | A | 0 | 6 | EE | 2D | 59 |
| Octal | 325 | 326 | 357 | 13 | 12 | 0 | 6 | 356 | 55 | 131 |
| Binary | 11010101 | 11010110 | 11101111 | 1011 | 1010 | 0 | 110 | 11101110 | 101101 | 1011001 |
Color Harmonies of #D5D6EF
Complementary color
Monochromatic Colors of #D5D6EF
Black with #D5D6EF
Text Example
Text Example
White with #D5D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6EF; }
p { color: rgb(213,214,239); }
H1.HeaderClassName
{
color: #D5D6EF;
}
.AnyTagClassName
{
color: #D5D6EF;
}
</style>
background-color css
<style>
a { background-color: #D5D6EF; }
a { background-color: rgb(213,214,239); }
div.DivClassName
{
background-color: #D5D6EF;
}
.BgClassName
{
background-color: #D5D6EF;
}
</style>
border-color css
<style>
span { border-color: #D5D6EF; }
span { border-color: rgb(213,214,239); }
td.TdClassName
{
border-color: #D5D6EF;
}
.TagClassName
{
border-color: #D5D6EF;
}
</style>