Shades of Quartz #D4D2E7
Tints of Quartz #D4D2E7
RGB
CMYK
RGB Variations
Color information
#D4D2E7 (or 0xD4D2E7) is known color: Quartz. HEX triplet: D4, D2 and E7. RGB value is (212,210,231). Sum of RGB (Red+Green+Blue) = 212+210+231=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4D2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2E7 is #2B2D18. Grayscale: #D4D4D4. Windows color (decimal): -2829593 or 15192788. OLE color: 15192788.
HSL color Cylindrical-coordinate representation of color #D4D2E7: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D2E7 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 212 | 210 | 231 | - |
CMYK | 0.08 | 0.09 | 0 | 0.09 |
HSL | 245.71º | 0.3% | 0.86% | - |
HSV(B) | 245.71º | 0.09% | 0.91% | - |
XYZ | 64.62 | 65.86 | 84.91 | - |
YUV | 212.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 210 | 231 | 0.08 | 0.09 | 0 | 0.09 | 245.71 | 0.3 | 0.86 |
Hex | D4 | D2 | E7 | 8 | 9 | 0 | 9 | F6 | 1E | 56 |
Octal | 324 | 322 | 347 | 10 | 11 | 0 | 11 | 366 | 36 | 126 |
Binary | 11010100 | 11010010 | 11100111 | 1000 | 1001 | 0 | 1001 | 11110110 | 11110 | 1010110 |
Color Harmonies of #D4D2E7
Complementary color
Monochromatic Colors of #D4D2E7
Black with #D4D2E7
Text Example
Text Example
White with #D4D2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2E7; }
p { color: rgb(212,210,231); }
H1.HeaderClassName
{
color: #D4D2E7;
}
.AnyTagClassName
{
color: #D4D2E7;
}
</style>
background-color css
<style>
a { background-color: #D4D2E7; }
a { background-color: rgb(212,210,231); }
div.DivClassName
{
background-color: #D4D2E7;
}
.BgClassName
{
background-color: #D4D2E7;
}
</style>
border-color css
<style>
span { border-color: #D4D2E7; }
span { border-color: rgb(212,210,231); }
td.TdClassName
{
border-color: #D4D2E7;
}
.TagClassName
{
border-color: #D4D2E7;
}
</style>