Shades of Quartz #D2D1E9
Tints of Quartz #D2D1E9
RGB
CMYK
RGB Variations
Color information
#D2D1E9 (or 0xD2D1E9) is known color: Quartz. HEX triplet: D2, D1 and E9. RGB value is (210,209,233). Sum of RGB (Red+Green+Blue) = 210+209+233=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2D1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1E9 is #2D2E16. Grayscale: #D3D3D3. Windows color (decimal): -2960919 or 15323602. OLE color: 15323602.
HSL color Cylindrical-coordinate representation of color #D2D1E9: hue angle of 242.5º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D1E9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 210 | 209 | 233 | - |
CMYK | 0.10 | 0.10 | 0 | 0.09 |
HSL | 242.5º | 0.35% | 0.87% | - |
HSV(B) | 242.5º | 0.1% | 0.91% | - |
XYZ | 64.09 | 65.19 | 86.3 | - |
YUV | 212.04 | 139.83 | 126.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 209 | 233 | 0.10 | 0.10 | 0 | 0.09 | 242.5 | 0.35 | 0.87 |
Hex | D2 | D1 | E9 | A | A | 0 | 9 | F2 | 23 | 57 |
Octal | 322 | 321 | 351 | 12 | 12 | 0 | 11 | 362 | 43 | 127 |
Binary | 11010010 | 11010001 | 11101001 | 1010 | 1010 | 0 | 1001 | 11110010 | 100011 | 1010111 |
Color Harmonies of #D2D1E9
Complementary color
Monochromatic Colors of #D2D1E9
Black with #D2D1E9
Text Example
Text Example
White with #D2D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1E9; }
p { color: rgb(210,209,233); }
H1.HeaderClassName
{
color: #D2D1E9;
}
.AnyTagClassName
{
color: #D2D1E9;
}
</style>
background-color css
<style>
a { background-color: #D2D1E9; }
a { background-color: rgb(210,209,233); }
div.DivClassName
{
background-color: #D2D1E9;
}
.BgClassName
{
background-color: #D2D1E9;
}
</style>
border-color css
<style>
span { border-color: #D2D1E9; }
span { border-color: rgb(210,209,233); }
td.TdClassName
{
border-color: #D2D1E9;
}
.TagClassName
{
border-color: #D2D1E9;
}
</style>