Shades of Quartz #D4D3EE
Tints of Quartz #D4D3EE
RGB
CMYK
RGB Variations
Color information
#D4D3EE (or 0xD4D3EE) is known color: Quartz. HEX triplet: D4, D3 and EE. RGB value is (212,211,238). Sum of RGB (Red+Green+Blue) = 212+211+238=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D3EE is #2B2C11. Grayscale: #D6D6D6. Windows color (decimal): -2829330 or 15651796. OLE color: 15651796.
HSL color Cylindrical-coordinate representation of color #D4D3EE: hue angle of 242.22º 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 #D4D3EE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 211 | 238 | - |
CMYK | 0.11 | 0.11 | 0 | 0.07 |
HSL | 242.22º | 0.44% | 0.88% | - |
HSV(B) | 242.22º | 0.11% | 0.93% | - |
XYZ | 65.88 | 66.76 | 90.3 | - |
YUV | 214.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 211 | 238 | 0.11 | 0.11 | 0 | 0.07 | 242.22 | 0.44 | 0.88 |
Hex | D4 | D3 | EE | B | B | 0 | 7 | F2 | 2C | 58 |
Octal | 324 | 323 | 356 | 13 | 13 | 0 | 7 | 362 | 54 | 130 |
Binary | 11010100 | 11010011 | 11101110 | 1011 | 1011 | 0 | 111 | 11110010 | 101100 | 1011000 |
Color Harmonies of #D4D3EE
Complementary color
Monochromatic Colors of #D4D3EE
Black with #D4D3EE
Text Example
Text Example
White with #D4D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3EE; }
p { color: rgb(212,211,238); }
H1.HeaderClassName
{
color: #D4D3EE;
}
.AnyTagClassName
{
color: #D4D3EE;
}
</style>
background-color css
<style>
a { background-color: #D4D3EE; }
a { background-color: rgb(212,211,238); }
div.DivClassName
{
background-color: #D4D3EE;
}
.BgClassName
{
background-color: #D4D3EE;
}
</style>
border-color css
<style>
span { border-color: #D4D3EE; }
span { border-color: rgb(212,211,238); }
td.TdClassName
{
border-color: #D4D3EE;
}
.TagClassName
{
border-color: #D4D3EE;
}
</style>