Shades of Quartz #D0CBEC
Tints of Quartz #D0CBEC
RGB
CMYK
RGB Variations
Color information
#D0CBEC (or 0xD0CBEC) is known color: Quartz. HEX triplet: D0, CB and EC. RGB value is (208,203,236). Sum of RGB (Red+Green+Blue) = 208+203+236=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBEC is #2F3413. Grayscale: #D0D0D0. Windows color (decimal): -3093524 or 15518672. OLE color: 15518672.
HSL color Cylindrical-coordinate representation of color #D0CBEC: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CBEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 203 | 236 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.07 |
| HSL | 249.09º | 0.46% | 0.86% | - |
| HSV(B) | 249.09º | 0.14% | 0.93% | - |
| XYZ | 62.51 | 62.18 | 88.06 | - |
| YUV | 208.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 236 | 0.12 | 0.14 | 0 | 0.07 | 249.09 | 0.46 | 0.86 |
| Hex | D0 | CB | EC | C | E | 0 | 7 | F9 | 2E | 56 |
| Octal | 320 | 313 | 354 | 14 | 16 | 0 | 7 | 371 | 56 | 126 |
| Binary | 11010000 | 11001011 | 11101100 | 1100 | 1110 | 0 | 111 | 11111001 | 101110 | 1010110 |
Color Harmonies of #D0CBEC
Complementary color
Monochromatic Colors of #D0CBEC
Black with #D0CBEC
Text Example
Text Example
White with #D0CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBEC; }
p { color: rgb(208,203,236); }
H1.HeaderClassName
{
color: #D0CBEC;
}
.AnyTagClassName
{
color: #D0CBEC;
}
</style>
background-color css
<style>
a { background-color: #D0CBEC; }
a { background-color: rgb(208,203,236); }
div.DivClassName
{
background-color: #D0CBEC;
}
.BgClassName
{
background-color: #D0CBEC;
}
</style>
border-color css
<style>
span { border-color: #D0CBEC; }
span { border-color: rgb(208,203,236); }
td.TdClassName
{
border-color: #D0CBEC;
}
.TagClassName
{
border-color: #D0CBEC;
}
</style>