Shades of Quartz #D2D0DF
Tints of Quartz #D2D0DF
RGB
CMYK
RGB Variations
Color information
#D2D0DF (or 0xD2D0DF) is known color: Quartz. HEX triplet: D2, D0 and DF. RGB value is (210,208,223). Sum of RGB (Red+Green+Blue) = 210+208+223=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0DF is #2D2F20. Grayscale: #D2D2D2. Windows color (decimal): -2961185 or 14667986. OLE color: 14667986.
HSL color Cylindrical-coordinate representation of color #D2D0DF: hue angle of 248º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2D0DF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 210 | 208 | 223 | - |
CMYK | 0.06 | 0.07 | 0 | 0.13 |
HSL | 248º | 0.19% | 0.85% | - |
HSV(B) | 248º | 0.07% | 0.87% | - |
XYZ | 62.45 | 64.14 | 78.9 | - |
YUV | 210.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 208 | 223 | 0.06 | 0.07 | 0 | 0.13 | 248 | 0.19 | 0.85 |
Hex | D2 | D0 | DF | 6 | 7 | 0 | D | F8 | 13 | 55 |
Octal | 322 | 320 | 337 | 6 | 7 | 0 | 15 | 370 | 23 | 125 |
Binary | 11010010 | 11010000 | 11011111 | 110 | 111 | 0 | 1101 | 11111000 | 10011 | 1010101 |
Color Harmonies of #D2D0DF
Complementary color
Monochromatic Colors of #D2D0DF
Black with #D2D0DF
Text Example
Text Example
White with #D2D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0DF; }
p { color: rgb(210,208,223); }
H1.HeaderClassName
{
color: #D2D0DF;
}
.AnyTagClassName
{
color: #D2D0DF;
}
</style>
background-color css
<style>
a { background-color: #D2D0DF; }
a { background-color: rgb(210,208,223); }
div.DivClassName
{
background-color: #D2D0DF;
}
.BgClassName
{
background-color: #D2D0DF;
}
</style>
border-color css
<style>
span { border-color: #D2D0DF; }
span { border-color: rgb(210,208,223); }
td.TdClassName
{
border-color: #D2D0DF;
}
.TagClassName
{
border-color: #D2D0DF;
}
</style>