Shades of Quartz #D4D3E5
Tints of Quartz #D4D3E5
RGB
CMYK
RGB Variations
Color information
#D4D3E5 (or 0xD4D3E5) is known color: Quartz. HEX triplet: D4, D3 and E5. RGB value is (212,211,229). Sum of RGB (Red+Green+Blue) = 212+211+229=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4D3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3E5 is #2B2C1A. Grayscale: #D5D5D5. Windows color (decimal): -2829339 or 15061972. OLE color: 15061972.
HSL color Cylindrical-coordinate representation of color #D4D3E5: hue angle of 243.33º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4D3E5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 211 | 229 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.10 |
| HSL | 243.33º | 0.26% | 0.86% | - |
| HSV(B) | 243.33º | 0.08% | 0.9% | - |
| XYZ | 64.59 | 66.24 | 83.51 | - |
| YUV | 213.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 229 | 0.07 | 0.08 | 0 | 0.10 | 243.33 | 0.26 | 0.86 |
| Hex | D4 | D3 | E5 | 7 | 8 | 0 | A | F3 | 1A | 56 |
| Octal | 324 | 323 | 345 | 7 | 10 | 0 | 12 | 363 | 32 | 126 |
| Binary | 11010100 | 11010011 | 11100101 | 111 | 1000 | 0 | 1010 | 11110011 | 11010 | 1010110 |
Color Harmonies of #D4D3E5
Complementary color
Monochromatic Colors of #D4D3E5
Black with #D4D3E5
Text Example
Text Example
White with #D4D3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3E5; }
p { color: rgb(212,211,229); }
H1.HeaderClassName
{
color: #D4D3E5;
}
.AnyTagClassName
{
color: #D4D3E5;
}
</style>
background-color css
<style>
a { background-color: #D4D3E5; }
a { background-color: rgb(212,211,229); }
div.DivClassName
{
background-color: #D4D3E5;
}
.BgClassName
{
background-color: #D4D3E5;
}
</style>
border-color css
<style>
span { border-color: #D4D3E5; }
span { border-color: rgb(212,211,229); }
td.TdClassName
{
border-color: #D4D3E5;
}
.TagClassName
{
border-color: #D4D3E5;
}
</style>