Shades of Quartz #D0CDE8
Tints of Quartz #D0CDE8
RGB
CMYK
RGB Variations
Color information
#D0CDE8 (or 0xD0CDE8) is known color: Quartz. HEX triplet: D0, CD and E8. RGB value is (208,205,232). Sum of RGB (Red+Green+Blue) = 208+205+232=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDE8 is #2F3217. Grayscale: #D0D0D0. Windows color (decimal): -3093016 or 15257040. OLE color: 15257040.
HSL color Cylindrical-coordinate representation of color #D0CDE8: hue angle of 246.67º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CDE8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 205 | 232 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.09 |
| HSL | 246.67º | 0.37% | 0.86% | - |
| HSV(B) | 246.67º | 0.12% | 0.91% | - |
| XYZ | 62.41 | 62.9 | 85.2 | - |
| YUV | 208.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 232 | 0.10 | 0.12 | 0 | 0.09 | 246.67 | 0.37 | 0.86 |
| Hex | D0 | CD | E8 | A | C | 0 | 9 | F7 | 25 | 56 |
| Octal | 320 | 315 | 350 | 12 | 14 | 0 | 11 | 367 | 45 | 126 |
| Binary | 11010000 | 11001101 | 11101000 | 1010 | 1100 | 0 | 1001 | 11110111 | 100101 | 1010110 |
Color Harmonies of #D0CDE8
Complementary color
Monochromatic Colors of #D0CDE8
Black with #D0CDE8
Text Example
Text Example
White with #D0CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDE8; }
p { color: rgb(208,205,232); }
H1.HeaderClassName
{
color: #D0CDE8;
}
.AnyTagClassName
{
color: #D0CDE8;
}
</style>
background-color css
<style>
a { background-color: #D0CDE8; }
a { background-color: rgb(208,205,232); }
div.DivClassName
{
background-color: #D0CDE8;
}
.BgClassName
{
background-color: #D0CDE8;
}
</style>
border-color css
<style>
span { border-color: #D0CDE8; }
span { border-color: rgb(208,205,232); }
td.TdClassName
{
border-color: #D0CDE8;
}
.TagClassName
{
border-color: #D0CDE8;
}
</style>