Shades of Quartz #D3CEEA
Tints of Quartz #D3CEEA
RGB
CMYK
RGB Variations
Color information
#D3CEEA (or 0xD3CEEA) is known color: Quartz. HEX triplet: D3, CE and EA. RGB value is (211,206,234). Sum of RGB (Red+Green+Blue) = 211+206+234=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEA is #2C3115. Grayscale: #D2D2D2. Windows color (decimal): -2896150 or 15388371. OLE color: 15388371.
HSL color Cylindrical-coordinate representation of color #D3CEEA: hue angle of 250.71º 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 #D3CEEA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 206 | 234 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.08 |
| HSL | 250.71º | 0.4% | 0.86% | - |
| HSV(B) | 250.71º | 0.12% | 0.92% | - |
| XYZ | 63.79 | 63.93 | 86.82 | - |
| YUV | 210.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 234 | 0.10 | 0.12 | 0 | 0.08 | 250.71 | 0.4 | 0.86 |
| Hex | D3 | CE | EA | A | C | 0 | 8 | FB | 28 | 56 |
| Octal | 323 | 316 | 352 | 12 | 14 | 0 | 10 | 373 | 50 | 126 |
| Binary | 11010011 | 11001110 | 11101010 | 1010 | 1100 | 0 | 1000 | 11111011 | 101000 | 1010110 |
Color Harmonies of #D3CEEA
Complementary color
Monochromatic Colors of #D3CEEA
Black with #D3CEEA
Text Example
Text Example
White with #D3CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEEA; }
p { color: rgb(211,206,234); }
H1.HeaderClassName
{
color: #D3CEEA;
}
.AnyTagClassName
{
color: #D3CEEA;
}
</style>
background-color css
<style>
a { background-color: #D3CEEA; }
a { background-color: rgb(211,206,234); }
div.DivClassName
{
background-color: #D3CEEA;
}
.BgClassName
{
background-color: #D3CEEA;
}
</style>
border-color css
<style>
span { border-color: #D3CEEA; }
span { border-color: rgb(211,206,234); }
td.TdClassName
{
border-color: #D3CEEA;
}
.TagClassName
{
border-color: #D3CEEA;
}
</style>