Shades of Quartz #D3D5EE
Tints of Quartz #D3D5EE
RGB
CMYK
RGB Variations
Color information
#D3D5EE (or 0xD3D5EE) is known color: Quartz. HEX triplet: D3, D5 and EE. RGB value is (211,213,238). Sum of RGB (Red+Green+Blue) = 211+213+238=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D5EE is #2C2A11. Grayscale: #D7D7D7. Windows color (decimal): -2894354 or 15652307. OLE color: 15652307.
HSL color Cylindrical-coordinate representation of color #D3D5EE: hue angle of 235.56º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3D5EE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 213 | 238 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.07 |
| HSL | 235.56º | 0.44% | 0.88% | - |
| HSV(B) | 235.56º | 0.11% | 0.93% | - |
| XYZ | 66.09 | 67.61 | 90.46 | - |
| YUV | 215.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 238 | 0.11 | 0.11 | 0 | 0.07 | 235.56 | 0.44 | 0.88 |
| Hex | D3 | D5 | EE | B | B | 0 | 7 | EC | 2C | 58 |
| Octal | 323 | 325 | 356 | 13 | 13 | 0 | 7 | 354 | 54 | 130 |
| Binary | 11010011 | 11010101 | 11101110 | 1011 | 1011 | 0 | 111 | 11101100 | 101100 | 1011000 |
Color Harmonies of #D3D5EE
Complementary color
Monochromatic Colors of #D3D5EE
Black with #D3D5EE
Text Example
Text Example
White with #D3D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5EE; }
p { color: rgb(211,213,238); }
H1.HeaderClassName
{
color: #D3D5EE;
}
.AnyTagClassName
{
color: #D3D5EE;
}
</style>
background-color css
<style>
a { background-color: #D3D5EE; }
a { background-color: rgb(211,213,238); }
div.DivClassName
{
background-color: #D3D5EE;
}
.BgClassName
{
background-color: #D3D5EE;
}
</style>
border-color css
<style>
span { border-color: #D3D5EE; }
span { border-color: rgb(211,213,238); }
td.TdClassName
{
border-color: #D3D5EE;
}
.TagClassName
{
border-color: #D3D5EE;
}
</style>