Shades of Quartz #D3CEEB
Tints of Quartz #D3CEEB
RGB
CMYK
RGB Variations
Color information
#D3CEEB (or 0xD3CEEB) is known color: Quartz. HEX triplet: D3, CE and EB. RGB value is (211,206,235). Sum of RGB (Red+Green+Blue) = 211+206+235=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEB is #2C3114. Grayscale: #D2D2D2. Windows color (decimal): -2896149 or 15453907. OLE color: 15453907.
HSL color Cylindrical-coordinate representation of color #D3CEEB: hue angle of 250.34º degrees, saturation: 0.42, 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 #D3CEEB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 206 | 235 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.08 |
| HSL | 250.34º | 0.42% | 0.86% | - |
| HSV(B) | 250.34º | 0.12% | 0.92% | - |
| XYZ | 63.93 | 63.99 | 87.58 | - |
| YUV | 210.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 235 | 0.10 | 0.12 | 0 | 0.08 | 250.34 | 0.42 | 0.86 |
| Hex | D3 | CE | EB | A | C | 0 | 8 | FA | 2A | 56 |
| Octal | 323 | 316 | 353 | 12 | 14 | 0 | 10 | 372 | 52 | 126 |
| Binary | 11010011 | 11001110 | 11101011 | 1010 | 1100 | 0 | 1000 | 11111010 | 101010 | 1010110 |
Color Harmonies of #D3CEEB
Complementary color
Monochromatic Colors of #D3CEEB
Black with #D3CEEB
Text Example
Text Example
White with #D3CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEEB; }
p { color: rgb(211,206,235); }
H1.HeaderClassName
{
color: #D3CEEB;
}
.AnyTagClassName
{
color: #D3CEEB;
}
</style>
background-color css
<style>
a { background-color: #D3CEEB; }
a { background-color: rgb(211,206,235); }
div.DivClassName
{
background-color: #D3CEEB;
}
.BgClassName
{
background-color: #D3CEEB;
}
</style>
border-color css
<style>
span { border-color: #D3CEEB; }
span { border-color: rgb(211,206,235); }
td.TdClassName
{
border-color: #D3CEEB;
}
.TagClassName
{
border-color: #D3CEEB;
}
</style>