Shades of Quartz #D0D0DF
Tints of Quartz #D0D0DF
RGB
CMYK
RGB Variations
Color information
#D0D0DF (or 0xD0D0DF) is known color: Quartz. HEX triplet: D0, D0 and DF. RGB value is (208,208,223). Sum of RGB (Red+Green+Blue) = 208+208+223=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0DF is #2F2F20. Grayscale: #D1D1D1. Windows color (decimal): -3092257 or 14667984. OLE color: 14667984.
HSL color Cylindrical-coordinate representation of color #D0D0DF: hue angle of 240º 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 #D0D0DF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 208 | 223 | - |
CMYK | 0.07 | 0.07 | 0 | 0.13 |
HSL | 240º | 0.19% | 0.85% | - |
HSV(B) | 240º | 0.07% | 0.87% | - |
XYZ | 61.89 | 63.85 | 78.87 | - |
YUV | 209.71 | 135.5 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 208 | 223 | 0.07 | 0.07 | 0 | 0.13 | 240 | 0.19 | 0.85 |
Hex | D0 | D0 | DF | 7 | 7 | 0 | D | F0 | 13 | 55 |
Octal | 320 | 320 | 337 | 7 | 7 | 0 | 15 | 360 | 23 | 125 |
Binary | 11010000 | 11010000 | 11011111 | 111 | 111 | 0 | 1101 | 11110000 | 10011 | 1010101 |
Color Harmonies of #D0D0DF
Complementary color
Monochromatic Colors of #D0D0DF
Black with #D0D0DF
Text Example
Text Example
White with #D0D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0DF; }
p { color: rgb(208,208,223); }
H1.HeaderClassName
{
color: #D0D0DF;
}
.AnyTagClassName
{
color: #D0D0DF;
}
</style>
background-color css
<style>
a { background-color: #D0D0DF; }
a { background-color: rgb(208,208,223); }
div.DivClassName
{
background-color: #D0D0DF;
}
.BgClassName
{
background-color: #D0D0DF;
}
</style>
border-color css
<style>
span { border-color: #D0D0DF; }
span { border-color: rgb(208,208,223); }
td.TdClassName
{
border-color: #D0D0DF;
}
.TagClassName
{
border-color: #D0D0DF;
}
</style>