Shades of Quartz #D5D7EE
Tints of Quartz #D5D7EE
RGB
CMYK
RGB Variations
Color information
#D5D7EE (or 0xD5D7EE) is known color: Quartz. HEX triplet: D5, D7 and EE. RGB value is (213,215,238). Sum of RGB (Red+Green+Blue) = 213+215+238=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D7EE is #2A2811. Grayscale: #D8D8D8. Windows color (decimal): -2762770 or 15652821. OLE color: 15652821.
HSL color Cylindrical-coordinate representation of color #D5D7EE: hue angle of 235.2º degrees, saturation: 0.42, 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 #D5D7EE is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 215 | 238 | - |
CMYK | 0.11 | 0.10 | 0 | 0.07 |
HSL | 235.2º | 0.42% | 0.88% | - |
HSV(B) | 235.2º | 0.11% | 0.93% | - |
XYZ | 67.17 | 68.92 | 90.65 | - |
YUV | 217.02 | 139.84 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 215 | 238 | 0.11 | 0.10 | 0 | 0.07 | 235.2 | 0.42 | 0.88 |
Hex | D5 | D7 | EE | B | A | 0 | 7 | EB | 2A | 58 |
Octal | 325 | 327 | 356 | 13 | 12 | 0 | 7 | 353 | 52 | 130 |
Binary | 11010101 | 11010111 | 11101110 | 1011 | 1010 | 0 | 111 | 11101011 | 101010 | 1011000 |
Color Harmonies of #D5D7EE
Complementary color
Monochromatic Colors of #D5D7EE
Black with #D5D7EE
Text Example
Text Example
White with #D5D7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D7EE; }
p { color: rgb(213,215,238); }
H1.HeaderClassName
{
color: #D5D7EE;
}
.AnyTagClassName
{
color: #D5D7EE;
}
</style>
background-color css
<style>
a { background-color: #D5D7EE; }
a { background-color: rgb(213,215,238); }
div.DivClassName
{
background-color: #D5D7EE;
}
.BgClassName
{
background-color: #D5D7EE;
}
</style>
border-color css
<style>
span { border-color: #D5D7EE; }
span { border-color: rgb(213,215,238); }
td.TdClassName
{
border-color: #D5D7EE;
}
.TagClassName
{
border-color: #D5D7EE;
}
</style>