Shades of Quartz #D4D4EF
Tints of Quartz #D4D4EF
RGB
CMYK
RGB Variations
Color information
#D4D4EF (or 0xD4D4EF) is known color: Quartz. HEX triplet: D4, D4 and EF. RGB value is (212,212,239). Sum of RGB (Red+Green+Blue) = 212+212+239=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4EF is #2B2B10. Grayscale: #D6D6D6. Windows color (decimal): -2829073 or 15717588. OLE color: 15717588.
HSL color Cylindrical-coordinate representation of color #D4D4EF: hue angle of 240º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D4EF is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 212 | 239 | - |
CMYK | 0.11 | 0.11 | 0 | 0.06 |
HSL | 240º | 0.46% | 0.88% | - |
HSV(B) | 240º | 0.11% | 0.94% | - |
XYZ | 66.27 | 67.32 | 91.16 | - |
YUV | 215.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 239 | 0.11 | 0.11 | 0 | 0.06 | 240 | 0.46 | 0.88 |
Hex | D4 | D4 | EF | B | B | 0 | 6 | F0 | 2E | 58 |
Octal | 324 | 324 | 357 | 13 | 13 | 0 | 6 | 360 | 56 | 130 |
Binary | 11010100 | 11010100 | 11101111 | 1011 | 1011 | 0 | 110 | 11110000 | 101110 | 1011000 |
Color Harmonies of #D4D4EF
Complementary color
Monochromatic Colors of #D4D4EF
Black with #D4D4EF
Text Example
Text Example
White with #D4D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4EF; }
p { color: rgb(212,212,239); }
H1.HeaderClassName
{
color: #D4D4EF;
}
.AnyTagClassName
{
color: #D4D4EF;
}
</style>
background-color css
<style>
a { background-color: #D4D4EF; }
a { background-color: rgb(212,212,239); }
div.DivClassName
{
background-color: #D4D4EF;
}
.BgClassName
{
background-color: #D4D4EF;
}
</style>
border-color css
<style>
span { border-color: #D4D4EF; }
span { border-color: rgb(212,212,239); }
td.TdClassName
{
border-color: #D4D4EF;
}
.TagClassName
{
border-color: #D4D4EF;
}
</style>