Shades of Quartz #D4D0ED
Tints of Quartz #D4D0ED
RGB
CMYK
RGB Variations
Color information
#D4D0ED (or 0xD4D0ED) is known color: Quartz. HEX triplet: D4, D0 and ED. RGB value is (212,208,237). Sum of RGB (Red+Green+Blue) = 212+208+237=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0ED is #2B2F12. Grayscale: #D4D4D4. Windows color (decimal): -2830099 or 15585492. OLE color: 15585492.
HSL color Cylindrical-coordinate representation of color #D4D0ED: hue angle of 248.28º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D0ED is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 208 | 237 | - |
CMYK | 0.11 | 0.12 | 0 | 0.07 |
HSL | 248.28º | 0.45% | 0.87% | - |
HSV(B) | 248.28º | 0.12% | 0.93% | - |
XYZ | 64.99 | 65.22 | 89.28 | - |
YUV | 212.5 | 141.83 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 237 | 0.11 | 0.12 | 0 | 0.07 | 248.28 | 0.45 | 0.87 |
Hex | D4 | D0 | ED | B | C | 0 | 7 | F8 | 2D | 57 |
Octal | 324 | 320 | 355 | 13 | 14 | 0 | 7 | 370 | 55 | 127 |
Binary | 11010100 | 11010000 | 11101101 | 1011 | 1100 | 0 | 111 | 11111000 | 101101 | 1010111 |
Color Harmonies of #D4D0ED
Complementary color
Monochromatic Colors of #D4D0ED
Black with #D4D0ED
Text Example
Text Example
White with #D4D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0ED; }
p { color: rgb(212,208,237); }
H1.HeaderClassName
{
color: #D4D0ED;
}
.AnyTagClassName
{
color: #D4D0ED;
}
</style>
background-color css
<style>
a { background-color: #D4D0ED; }
a { background-color: rgb(212,208,237); }
div.DivClassName
{
background-color: #D4D0ED;
}
.BgClassName
{
background-color: #D4D0ED;
}
</style>
border-color css
<style>
span { border-color: #D4D0ED; }
span { border-color: rgb(212,208,237); }
td.TdClassName
{
border-color: #D4D0ED;
}
.TagClassName
{
border-color: #D4D0ED;
}
</style>