Shades of Quartz #D1CEE3
Tints of Quartz #D1CEE3
RGB
CMYK
RGB Variations
Color information
#D1CEE3 (or 0xD1CEE3) is known color: Quartz. HEX triplet: D1, CE and E3. RGB value is (209,206,227). Sum of RGB (Red+Green+Blue) = 209+206+227=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1CEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEE3 is #2E311C. Grayscale: #D1D1D1. Windows color (decimal): -3027229 or 14929617. OLE color: 14929617.
HSL color Cylindrical-coordinate representation of color #D1CEE3: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CEE3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 206 | 227 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.11 |
| HSL | 248.57º | 0.27% | 0.85% | - |
| HSV(B) | 248.57º | 0.09% | 0.89% | - |
| XYZ | 62.23 | 63.24 | 81.6 | - |
| YUV | 209.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 227 | 0.08 | 0.09 | 0 | 0.11 | 248.57 | 0.27 | 0.85 |
| Hex | D1 | CE | E3 | 8 | 9 | 0 | B | F9 | 1B | 55 |
| Octal | 321 | 316 | 343 | 10 | 11 | 0 | 13 | 371 | 33 | 125 |
| Binary | 11010001 | 11001110 | 11100011 | 1000 | 1001 | 0 | 1011 | 11111001 | 11011 | 1010101 |
Color Harmonies of #D1CEE3
Complementary color
Monochromatic Colors of #D1CEE3
Black with #D1CEE3
Text Example
Text Example
White with #D1CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEE3; }
p { color: rgb(209,206,227); }
H1.HeaderClassName
{
color: #D1CEE3;
}
.AnyTagClassName
{
color: #D1CEE3;
}
</style>
background-color css
<style>
a { background-color: #D1CEE3; }
a { background-color: rgb(209,206,227); }
div.DivClassName
{
background-color: #D1CEE3;
}
.BgClassName
{
background-color: #D1CEE3;
}
</style>
border-color css
<style>
span { border-color: #D1CEE3; }
span { border-color: rgb(209,206,227); }
td.TdClassName
{
border-color: #D1CEE3;
}
.TagClassName
{
border-color: #D1CEE3;
}
</style>