Shades of Quartz #D3CDF2
Tints of Quartz #D3CDF2
RGB
CMYK
RGB Variations
Color information
#D3CDF2 (or 0xD3CDF2) is known color: Quartz. HEX triplet: D3, CD and F2. RGB value is (211,205,242). Sum of RGB (Red+Green+Blue) = 211+205+242=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDF2 is #2C320D. Grayscale: #D2D2D2. Windows color (decimal): -2896398 or 15912403. OLE color: 15912403.
HSL color Cylindrical-coordinate representation of color #D3CDF2: hue angle of 249.73º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3CDF2 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 205 | 242 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.05 |
| HSL | 249.73º | 0.59% | 0.88% | - |
| HSV(B) | 249.73º | 0.15% | 0.95% | - |
| XYZ | 64.72 | 63.92 | 92.93 | - |
| YUV | 211.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 242 | 0.13 | 0.15 | 0 | 0.05 | 249.73 | 0.59 | 0.88 |
| Hex | D3 | CD | F2 | D | F | 0 | 5 | FA | 3B | 58 |
| Octal | 323 | 315 | 362 | 15 | 17 | 0 | 5 | 372 | 73 | 130 |
| Binary | 11010011 | 11001101 | 11110010 | 1101 | 1111 | 0 | 101 | 11111010 | 111011 | 1011000 |
Color Harmonies of #D3CDF2
Complementary color
Monochromatic Colors of #D3CDF2
Black with #D3CDF2
Text Example
Text Example
White with #D3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDF2; }
p { color: rgb(211,205,242); }
H1.HeaderClassName
{
color: #D3CDF2;
}
.AnyTagClassName
{
color: #D3CDF2;
}
</style>
background-color css
<style>
a { background-color: #D3CDF2; }
a { background-color: rgb(211,205,242); }
div.DivClassName
{
background-color: #D3CDF2;
}
.BgClassName
{
background-color: #D3CDF2;
}
</style>
border-color css
<style>
span { border-color: #D3CDF2; }
span { border-color: rgb(211,205,242); }
td.TdClassName
{
border-color: #D3CDF2;
}
.TagClassName
{
border-color: #D3CDF2;
}
</style>