Shades of Quartz #D2D2DB
Tints of Quartz #D2D2DB
RGB
CMYK
RGB Variations
Color information
#D2D2DB (or 0xD2D2DB) is known color: Quartz. HEX triplet: D2, D2 and DB. RGB value is (210,210,219). Sum of RGB (Red+Green+Blue) = 210+210+219=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D2DB is #2D2D24. Grayscale: #D2D2D2. Windows color (decimal): -2960677 or 14406354. OLE color: 14406354.
HSL color Cylindrical-coordinate representation of color #D2D2DB: hue angle of 240º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D2DB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 210 | 219 | - |
CMYK | 0.04 | 0.04 | 0 | 0.14 |
HSL | 240º | 0.11% | 0.84% | - |
HSV(B) | 240º | 0.04% | 0.86% | - |
XYZ | 62.41 | 64.91 | 76.26 | - |
YUV | 211.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 210 | 219 | 0.04 | 0.04 | 0 | 0.14 | 240 | 0.11 | 0.84 |
Hex | D2 | D2 | DB | 4 | 4 | 0 | E | F0 | B | 54 |
Octal | 322 | 322 | 333 | 4 | 4 | 0 | 16 | 360 | 13 | 124 |
Binary | 11010010 | 11010010 | 11011011 | 100 | 100 | 0 | 1110 | 11110000 | 1011 | 1010100 |
Color Harmonies of #D2D2DB
Complementary color
Monochromatic Colors of #D2D2DB
Black with #D2D2DB
Text Example
Text Example
White with #D2D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D2DB; }
p { color: rgb(210,210,219); }
H1.HeaderClassName
{
color: #D2D2DB;
}
.AnyTagClassName
{
color: #D2D2DB;
}
</style>
background-color css
<style>
a { background-color: #D2D2DB; }
a { background-color: rgb(210,210,219); }
div.DivClassName
{
background-color: #D2D2DB;
}
.BgClassName
{
background-color: #D2D2DB;
}
</style>
border-color css
<style>
span { border-color: #D2D2DB; }
span { border-color: rgb(210,210,219); }
td.TdClassName
{
border-color: #D2D2DB;
}
.TagClassName
{
border-color: #D2D2DB;
}
</style>