Shades of Quartz #D1CEEA
Tints of Quartz #D1CEEA
RGB
CMYK
RGB Variations
Color information
#D1CEEA (or 0xD1CEEA) is known color: Quartz. HEX triplet: D1, CE and EA. RGB value is (209,206,234). Sum of RGB (Red+Green+Blue) = 209+206+234=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEEA is #2E3115. Grayscale: #D1D1D1. Windows color (decimal): -3027222 or 15388369. OLE color: 15388369.
HSL color Cylindrical-coordinate representation of color #D1CEEA: hue angle of 246.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CEEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 206 | 234 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.08 |
| HSL | 246.43º | 0.4% | 0.86% | - |
| HSV(B) | 246.43º | 0.12% | 0.92% | - |
| XYZ | 63.22 | 63.64 | 86.79 | - |
| YUV | 210.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 234 | 0.11 | 0.12 | 0 | 0.08 | 246.43 | 0.4 | 0.86 |
| Hex | D1 | CE | EA | B | C | 0 | 8 | F6 | 28 | 56 |
| Octal | 321 | 316 | 352 | 13 | 14 | 0 | 10 | 366 | 50 | 126 |
| Binary | 11010001 | 11001110 | 11101010 | 1011 | 1100 | 0 | 1000 | 11110110 | 101000 | 1010110 |
Color Harmonies of #D1CEEA
Complementary color
Monochromatic Colors of #D1CEEA
Black with #D1CEEA
Text Example
Text Example
White with #D1CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEEA; }
p { color: rgb(209,206,234); }
H1.HeaderClassName
{
color: #D1CEEA;
}
.AnyTagClassName
{
color: #D1CEEA;
}
</style>
background-color css
<style>
a { background-color: #D1CEEA; }
a { background-color: rgb(209,206,234); }
div.DivClassName
{
background-color: #D1CEEA;
}
.BgClassName
{
background-color: #D1CEEA;
}
</style>
border-color css
<style>
span { border-color: #D1CEEA; }
span { border-color: rgb(209,206,234); }
td.TdClassName
{
border-color: #D1CEEA;
}
.TagClassName
{
border-color: #D1CEEA;
}
</style>