Shades of Quartz #D4D6EB
Tints of Quartz #D4D6EB
RGB
CMYK
RGB Variations
Color information
#D4D6EB (or 0xD4D6EB) is known color: Quartz. HEX triplet: D4, D6 and EB. RGB value is (212,214,235). Sum of RGB (Red+Green+Blue) = 212+214+235=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D6EB is #2B2914. Grayscale: #D7D7D7. Windows color (decimal): -2828565 or 15455956. OLE color: 15455956.
HSL color Cylindrical-coordinate representation of color #D4D6EB: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D6EB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 214 | 235 | - |
CMYK | 0.10 | 0.09 | 0 | 0.08 |
HSL | 234.78º | 0.37% | 0.88% | - |
HSV(B) | 234.78º | 0.1% | 0.92% | - |
XYZ | 66.19 | 68.09 | 88.25 | - |
YUV | 215.8 | 138.84 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 235 | 0.10 | 0.09 | 0 | 0.08 | 234.78 | 0.37 | 0.88 |
Hex | D4 | D6 | EB | A | 9 | 0 | 8 | EB | 25 | 58 |
Octal | 324 | 326 | 353 | 12 | 11 | 0 | 10 | 353 | 45 | 130 |
Binary | 11010100 | 11010110 | 11101011 | 1010 | 1001 | 0 | 1000 | 11101011 | 100101 | 1011000 |
Color Harmonies of #D4D6EB
Complementary color
Monochromatic Colors of #D4D6EB
Black with #D4D6EB
Text Example
Text Example
White with #D4D6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6EB; }
p { color: rgb(212,214,235); }
H1.HeaderClassName
{
color: #D4D6EB;
}
.AnyTagClassName
{
color: #D4D6EB;
}
</style>
background-color css
<style>
a { background-color: #D4D6EB; }
a { background-color: rgb(212,214,235); }
div.DivClassName
{
background-color: #D4D6EB;
}
.BgClassName
{
background-color: #D4D6EB;
}
</style>
border-color css
<style>
span { border-color: #D4D6EB; }
span { border-color: rgb(212,214,235); }
td.TdClassName
{
border-color: #D4D6EB;
}
.TagClassName
{
border-color: #D4D6EB;
}
</style>