Shades of Quartz #D0CDEC
Tints of Quartz #D0CDEC
RGB
CMYK
RGB Variations
Color information
#D0CDEC (or 0xD0CDEC) is known color: Quartz. HEX triplet: D0, CD and EC. RGB value is (208,205,236). Sum of RGB (Red+Green+Blue) = 208+205+236=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDEC is #2F3213. Grayscale: #D1D1D1. Windows color (decimal): -3093012 or 15519184. OLE color: 15519184.
HSL color Cylindrical-coordinate representation of color #D0CDEC: hue angle of 245.81º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CDEC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 205 | 236 | - |
CMYK | 0.12 | 0.13 | 0 | 0.07 |
HSL | 245.81º | 0.45% | 0.86% | - |
HSV(B) | 245.81º | 0.13% | 0.93% | - |
XYZ | 62.98 | 63.13 | 88.22 | - |
YUV | 209.43 | 142.99 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 236 | 0.12 | 0.13 | 0 | 0.07 | 245.81 | 0.45 | 0.86 |
Hex | D0 | CD | EC | C | D | 0 | 7 | F6 | 2D | 56 |
Octal | 320 | 315 | 354 | 14 | 15 | 0 | 7 | 366 | 55 | 126 |
Binary | 11010000 | 11001101 | 11101100 | 1100 | 1101 | 0 | 111 | 11110110 | 101101 | 1010110 |
Color Harmonies of #D0CDEC
Complementary color
Monochromatic Colors of #D0CDEC
Black with #D0CDEC
Text Example
Text Example
White with #D0CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDEC; }
p { color: rgb(208,205,236); }
H1.HeaderClassName
{
color: #D0CDEC;
}
.AnyTagClassName
{
color: #D0CDEC;
}
</style>
background-color css
<style>
a { background-color: #D0CDEC; }
a { background-color: rgb(208,205,236); }
div.DivClassName
{
background-color: #D0CDEC;
}
.BgClassName
{
background-color: #D0CDEC;
}
</style>
border-color css
<style>
span { border-color: #D0CDEC; }
span { border-color: rgb(208,205,236); }
td.TdClassName
{
border-color: #D0CDEC;
}
.TagClassName
{
border-color: #D0CDEC;
}
</style>