Shades of Quartz #D3CDF1
Tints of Quartz #D3CDF1
RGB
CMYK
RGB Variations
Color information
#D3CDF1 (or 0xD3CDF1) is known color: Quartz. HEX triplet: D3, CD and F1. RGB value is (211,205,241). Sum of RGB (Red+Green+Blue) = 211+205+241=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDF1 is #2C320E. Grayscale: #D2D2D2. Windows color (decimal): -2896399 or 15846867. OLE color: 15846867.
HSL color Cylindrical-coordinate representation of color #D3CDF1: hue angle of 250º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3CDF1 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 205 | 241 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.05 |
| HSL | 250º | 0.56% | 0.87% | - |
| HSV(B) | 250º | 0.15% | 0.95% | - |
| XYZ | 64.57 | 63.86 | 92.14 | - |
| YUV | 210.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 241 | 0.12 | 0.15 | 0 | 0.05 | 250 | 0.56 | 0.87 |
| Hex | D3 | CD | F1 | C | F | 0 | 5 | FA | 38 | 57 |
| Octal | 323 | 315 | 361 | 14 | 17 | 0 | 5 | 372 | 70 | 127 |
| Binary | 11010011 | 11001101 | 11110001 | 1100 | 1111 | 0 | 101 | 11111010 | 111000 | 1010111 |
Color Harmonies of #D3CDF1
Complementary color
Monochromatic Colors of #D3CDF1
Black with #D3CDF1
Text Example
Text Example
White with #D3CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDF1; }
p { color: rgb(211,205,241); }
H1.HeaderClassName
{
color: #D3CDF1;
}
.AnyTagClassName
{
color: #D3CDF1;
}
</style>
background-color css
<style>
a { background-color: #D3CDF1; }
a { background-color: rgb(211,205,241); }
div.DivClassName
{
background-color: #D3CDF1;
}
.BgClassName
{
background-color: #D3CDF1;
}
</style>
border-color css
<style>
span { border-color: #D3CDF1; }
span { border-color: rgb(211,205,241); }
td.TdClassName
{
border-color: #D3CDF1;
}
.TagClassName
{
border-color: #D3CDF1;
}
</style>