Shades of Quartz #D4D0EF
Tints of Quartz #D4D0EF
RGB
CMYK
RGB Variations
Color information
#D4D0EF (or 0xD4D0EF) is known color: Quartz. HEX triplet: D4, D0 and EF. RGB value is (212,208,239). Sum of RGB (Red+Green+Blue) = 212+208+239=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0EF is #2B2F10. Grayscale: #D4D4D4. Windows color (decimal): -2830097 or 15716564. OLE color: 15716564.
HSL color Cylindrical-coordinate representation of color #D4D0EF: hue angle of 247.74º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4D0EF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 208 | 239 | - |
CMYK | 0.11 | 0.13 | 0 | 0.06 |
HSL | 247.74º | 0.49% | 0.88% | - |
HSV(B) | 247.74º | 0.13% | 0.94% | - |
XYZ | 65.29 | 65.34 | 90.83 | - |
YUV | 212.73 | 142.83 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 239 | 0.11 | 0.13 | 0 | 0.06 | 247.74 | 0.49 | 0.88 |
Hex | D4 | D0 | EF | B | D | 0 | 6 | F8 | 31 | 58 |
Octal | 324 | 320 | 357 | 13 | 15 | 0 | 6 | 370 | 61 | 130 |
Binary | 11010100 | 11010000 | 11101111 | 1011 | 1101 | 0 | 110 | 11111000 | 110001 | 1011000 |
Color Harmonies of #D4D0EF
Complementary color
Monochromatic Colors of #D4D0EF
Black with #D4D0EF
Text Example
Text Example
White with #D4D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0EF; }
p { color: rgb(212,208,239); }
H1.HeaderClassName
{
color: #D4D0EF;
}
.AnyTagClassName
{
color: #D4D0EF;
}
</style>
background-color css
<style>
a { background-color: #D4D0EF; }
a { background-color: rgb(212,208,239); }
div.DivClassName
{
background-color: #D4D0EF;
}
.BgClassName
{
background-color: #D4D0EF;
}
</style>
border-color css
<style>
span { border-color: #D4D0EF; }
span { border-color: rgb(212,208,239); }
td.TdClassName
{
border-color: #D4D0EF;
}
.TagClassName
{
border-color: #D4D0EF;
}
</style>