Shades of Quartz #D0CCEA
Tints of Quartz #D0CCEA
RGB
CMYK
RGB Variations
Color information
#D0CCEA (or 0xD0CCEA) is known color: Quartz. HEX triplet: D0, CC and EA. RGB value is (208,204,234). Sum of RGB (Red+Green+Blue) = 208+204+234=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEA is #2F3315. Grayscale: #D0D0D0. Windows color (decimal): -3093270 or 15387856. OLE color: 15387856.
HSL color Cylindrical-coordinate representation of color #D0CCEA: hue angle of 248º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CCEA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 204 | 234 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.08 |
| HSL | 248º | 0.42% | 0.86% | - |
| HSV(B) | 248º | 0.13% | 0.92% | - |
| XYZ | 62.46 | 62.54 | 86.62 | - |
| YUV | 208.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 234 | 0.11 | 0.13 | 0 | 0.08 | 248 | 0.42 | 0.86 |
| Hex | D0 | CC | EA | B | D | 0 | 8 | F8 | 2A | 56 |
| Octal | 320 | 314 | 352 | 13 | 15 | 0 | 10 | 370 | 52 | 126 |
| Binary | 11010000 | 11001100 | 11101010 | 1011 | 1101 | 0 | 1000 | 11111000 | 101010 | 1010110 |
Color Harmonies of #D0CCEA
Complementary color
Monochromatic Colors of #D0CCEA
Black with #D0CCEA
Text Example
Text Example
White with #D0CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCEA; }
p { color: rgb(208,204,234); }
H1.HeaderClassName
{
color: #D0CCEA;
}
.AnyTagClassName
{
color: #D0CCEA;
}
</style>
background-color css
<style>
a { background-color: #D0CCEA; }
a { background-color: rgb(208,204,234); }
div.DivClassName
{
background-color: #D0CCEA;
}
.BgClassName
{
background-color: #D0CCEA;
}
</style>
border-color css
<style>
span { border-color: #D0CCEA; }
span { border-color: rgb(208,204,234); }
td.TdClassName
{
border-color: #D0CCEA;
}
.TagClassName
{
border-color: #D0CCEA;
}
</style>