Shades of Quartz #D4D1EE
Tints of Quartz #D4D1EE
RGB
CMYK
RGB Variations
Color information
#D4D1EE (or 0xD4D1EE) is known color: Quartz. HEX triplet: D4, D1 and EE. RGB value is (212,209,238). Sum of RGB (Red+Green+Blue) = 212+209+238=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D1EE is #2B2E11. Grayscale: #D5D5D5. Windows color (decimal): -2829842 or 15651284. OLE color: 15651284.
HSL color Cylindrical-coordinate representation of color #D4D1EE: hue angle of 246.21º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D1EE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 209 | 238 | - |
CMYK | 0.11 | 0.12 | 0 | 0.07 |
HSL | 246.21º | 0.46% | 0.88% | - |
HSV(B) | 246.21º | 0.12% | 0.93% | - |
XYZ | 65.38 | 65.77 | 90.14 | - |
YUV | 213.2 | 141.99 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 238 | 0.11 | 0.12 | 0 | 0.07 | 246.21 | 0.46 | 0.88 |
Hex | D4 | D1 | EE | B | C | 0 | 7 | F6 | 2E | 58 |
Octal | 324 | 321 | 356 | 13 | 14 | 0 | 7 | 366 | 56 | 130 |
Binary | 11010100 | 11010001 | 11101110 | 1011 | 1100 | 0 | 111 | 11110110 | 101110 | 1011000 |
Color Harmonies of #D4D1EE
Complementary color
Monochromatic Colors of #D4D1EE
Black with #D4D1EE
Text Example
Text Example
White with #D4D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1EE; }
p { color: rgb(212,209,238); }
H1.HeaderClassName
{
color: #D4D1EE;
}
.AnyTagClassName
{
color: #D4D1EE;
}
</style>
background-color css
<style>
a { background-color: #D4D1EE; }
a { background-color: rgb(212,209,238); }
div.DivClassName
{
background-color: #D4D1EE;
}
.BgClassName
{
background-color: #D4D1EE;
}
</style>
border-color css
<style>
span { border-color: #D4D1EE; }
span { border-color: rgb(212,209,238); }
td.TdClassName
{
border-color: #D4D1EE;
}
.TagClassName
{
border-color: #D4D1EE;
}
</style>