Shades of Quartz #D5D4EE
Tints of Quartz #D5D4EE
RGB
CMYK
RGB Variations
Color information
#D5D4EE (or 0xD5D4EE) is known color: Quartz. HEX triplet: D5, D4 and EE. RGB value is (213,212,238). Sum of RGB (Red+Green+Blue) = 213+212+238=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4EE is #2A2B11. Grayscale: #D7D7D7. Windows color (decimal): -2763538 or 15652053. OLE color: 15652053.
HSL color Cylindrical-coordinate representation of color #D5D4EE: hue angle of 242.31º degrees, saturation: 0.43, 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 #D5D4EE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 212 | 238 | - |
CMYK | 0.11 | 0.11 | 0 | 0.07 |
HSL | 242.31º | 0.43% | 0.88% | - |
HSV(B) | 242.31º | 0.11% | 0.93% | - |
XYZ | 66.42 | 67.41 | 90.4 | - |
YUV | 215.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 212 | 238 | 0.11 | 0.11 | 0 | 0.07 | 242.31 | 0.43 | 0.88 |
Hex | D5 | D4 | EE | B | B | 0 | 7 | F2 | 2B | 58 |
Octal | 325 | 324 | 356 | 13 | 13 | 0 | 7 | 362 | 53 | 130 |
Binary | 11010101 | 11010100 | 11101110 | 1011 | 1011 | 0 | 111 | 11110010 | 101011 | 1011000 |
Color Harmonies of #D5D4EE
Complementary color
Monochromatic Colors of #D5D4EE
Black with #D5D4EE
Text Example
Text Example
White with #D5D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4EE; }
p { color: rgb(213,212,238); }
H1.HeaderClassName
{
color: #D5D4EE;
}
.AnyTagClassName
{
color: #D5D4EE;
}
</style>
background-color css
<style>
a { background-color: #D5D4EE; }
a { background-color: rgb(213,212,238); }
div.DivClassName
{
background-color: #D5D4EE;
}
.BgClassName
{
background-color: #D5D4EE;
}
</style>
border-color css
<style>
span { border-color: #D5D4EE; }
span { border-color: rgb(213,212,238); }
td.TdClassName
{
border-color: #D5D4EE;
}
.TagClassName
{
border-color: #D5D4EE;
}
</style>