Shades of Quartz #D0CDED
Tints of Quartz #D0CDED
RGB
CMYK
RGB Variations
Color information
#D0CDED (or 0xD0CDED) is known color: Quartz. HEX triplet: D0, CD and ED. RGB value is (208,205,237). Sum of RGB (Red+Green+Blue) = 208+205+237=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDED is #2F3212. Grayscale: #D1D1D1. Windows color (decimal): -3093011 or 15584720. OLE color: 15584720.
HSL color Cylindrical-coordinate representation of color #D0CDED: hue angle of 245.62º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CDED is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 205 | 237 | - |
CMYK | 0.12 | 0.14 | 0 | 0.07 |
HSL | 245.63º | 0.47% | 0.87% | - |
HSV(B) | 245.63º | 0.14% | 0.93% | - |
XYZ | 63.13 | 63.19 | 88.99 | - |
YUV | 209.55 | 143.49 | 126.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 237 | 0.12 | 0.14 | 0 | 0.07 | 245.63 | 0.47 | 0.87 |
Hex | D0 | CD | ED | C | E | 0 | 7 | F6 | 2F | 57 |
Octal | 320 | 315 | 355 | 14 | 16 | 0 | 7 | 366 | 57 | 127 |
Binary | 11010000 | 11001101 | 11101101 | 1100 | 1110 | 0 | 111 | 11110110 | 101111 | 1010111 |
Color Harmonies of #D0CDED
Complementary color
Monochromatic Colors of #D0CDED
Black with #D0CDED
Text Example
Text Example
White with #D0CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDED; }
p { color: rgb(208,205,237); }
H1.HeaderClassName
{
color: #D0CDED;
}
.AnyTagClassName
{
color: #D0CDED;
}
</style>
background-color css
<style>
a { background-color: #D0CDED; }
a { background-color: rgb(208,205,237); }
div.DivClassName
{
background-color: #D0CDED;
}
.BgClassName
{
background-color: #D0CDED;
}
</style>
border-color css
<style>
span { border-color: #D0CDED; }
span { border-color: rgb(208,205,237); }
td.TdClassName
{
border-color: #D0CDED;
}
.TagClassName
{
border-color: #D0CDED;
}
</style>