Shades of Quartz #D1CCEA
Tints of Quartz #D1CCEA
RGB
CMYK
RGB Variations
Color information
#D1CCEA (or 0xD1CCEA) is known color: Quartz. HEX triplet: D1, CC and EA. RGB value is (209,204,234). Sum of RGB (Red+Green+Blue) = 209+204+234=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEA is #2E3315. Grayscale: #D0D0D0. Windows color (decimal): -3027734 or 15387857. OLE color: 15387857.
HSL color Cylindrical-coordinate representation of color #D1CCEA: hue angle of 250º 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 #D1CCEA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 204 | 234 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.08 |
| HSL | 250º | 0.42% | 0.86% | - |
| HSV(B) | 250º | 0.13% | 0.92% | - |
| XYZ | 62.74 | 62.68 | 86.63 | - |
| YUV | 208.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 234 | 0.11 | 0.13 | 0 | 0.08 | 250 | 0.42 | 0.86 |
| Hex | D1 | CC | EA | B | D | 0 | 8 | FA | 2A | 56 |
| Octal | 321 | 314 | 352 | 13 | 15 | 0 | 10 | 372 | 52 | 126 |
| Binary | 11010001 | 11001100 | 11101010 | 1011 | 1101 | 0 | 1000 | 11111010 | 101010 | 1010110 |
Color Harmonies of #D1CCEA
Complementary color
Monochromatic Colors of #D1CCEA
Black with #D1CCEA
Text Example
Text Example
White with #D1CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCEA; }
p { color: rgb(209,204,234); }
H1.HeaderClassName
{
color: #D1CCEA;
}
.AnyTagClassName
{
color: #D1CCEA;
}
</style>
background-color css
<style>
a { background-color: #D1CCEA; }
a { background-color: rgb(209,204,234); }
div.DivClassName
{
background-color: #D1CCEA;
}
.BgClassName
{
background-color: #D1CCEA;
}
</style>
border-color css
<style>
span { border-color: #D1CCEA; }
span { border-color: rgb(209,204,234); }
td.TdClassName
{
border-color: #D1CCEA;
}
.TagClassName
{
border-color: #D1CCEA;
}
</style>