Shades of Quartz #D0D0ED
Tints of Quartz #D0D0ED
RGB
CMYK
RGB Variations
Color information
#D0D0ED (or 0xD0D0ED) is known color: Quartz. HEX triplet: D0, D0 and ED. RGB value is (208,208,237). Sum of RGB (Red+Green+Blue) = 208+208+237=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0ED is #2F2F12. Grayscale: #D3D3D3. Windows color (decimal): -3092243 or 15585488. OLE color: 15585488.
HSL color Cylindrical-coordinate representation of color #D0D0ED: hue angle of 240º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D0ED is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 208 | 237 | - |
CMYK | 0.12 | 0.12 | 0 | 0.07 |
HSL | 240º | 0.45% | 0.87% | - |
HSV(B) | 240º | 0.12% | 0.93% | - |
XYZ | 63.85 | 64.64 | 89.23 | - |
YUV | 211.31 | 142.5 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 208 | 237 | 0.12 | 0.12 | 0 | 0.07 | 240 | 0.45 | 0.87 |
Hex | D0 | D0 | ED | C | C | 0 | 7 | F0 | 2D | 57 |
Octal | 320 | 320 | 355 | 14 | 14 | 0 | 7 | 360 | 55 | 127 |
Binary | 11010000 | 11010000 | 11101101 | 1100 | 1100 | 0 | 111 | 11110000 | 101101 | 1010111 |
Color Harmonies of #D0D0ED
Complementary color
Monochromatic Colors of #D0D0ED
Black with #D0D0ED
Text Example
Text Example
White with #D0D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0ED; }
p { color: rgb(208,208,237); }
H1.HeaderClassName
{
color: #D0D0ED;
}
.AnyTagClassName
{
color: #D0D0ED;
}
</style>
background-color css
<style>
a { background-color: #D0D0ED; }
a { background-color: rgb(208,208,237); }
div.DivClassName
{
background-color: #D0D0ED;
}
.BgClassName
{
background-color: #D0D0ED;
}
</style>
border-color css
<style>
span { border-color: #D0D0ED; }
span { border-color: rgb(208,208,237); }
td.TdClassName
{
border-color: #D0D0ED;
}
.TagClassName
{
border-color: #D0D0ED;
}
</style>