Shades of Prelude #D3BCD9
Tints of Prelude #D3BCD9
RGB
CMYK
RGB Variations
Color information
#D3BCD9 (or 0xD3BCD9) is known color: Prelude. HEX triplet: D3, BC and D9. RGB value is (211,188,217). Sum of RGB (Red+Green+Blue) = 211+188+217=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCD9 is #2C4326. Grayscale: #C6C6C6. Windows color (decimal): -2900775 or 14269651. OLE color: 14269651.
HSL color Cylindrical-coordinate representation of color #D3BCD9: hue angle of 287.59º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3BCD9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 188 | 217 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.15 |
| HSL | 287.59º | 0.28% | 0.79% | - |
| HSV(B) | 287.59º | 0.13% | 0.85% | - |
| XYZ | 57.37 | 54.83 | 73.2 | - |
| YUV | 198.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 217 | 0.03 | 0.13 | 0 | 0.15 | 287.59 | 0.28 | 0.79 |
| Hex | D3 | BC | D9 | 3 | D | 0 | F | 120 | 1C | 4F |
| Octal | 323 | 274 | 331 | 3 | 15 | 0 | 17 | 440 | 34 | 117 |
| Binary | 11010011 | 10111100 | 11011001 | 11 | 1101 | 0 | 1111 | 100100000 | 11100 | 1001111 |
Color Harmonies of #D3BCD9
Complementary color
Monochromatic Colors of #D3BCD9
Black with #D3BCD9
Text Example
Text Example
White with #D3BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCD9; }
p { color: rgb(211,188,217); }
H1.HeaderClassName
{
color: #D3BCD9;
}
.AnyTagClassName
{
color: #D3BCD9;
}
</style>
background-color css
<style>
a { background-color: #D3BCD9; }
a { background-color: rgb(211,188,217); }
div.DivClassName
{
background-color: #D3BCD9;
}
.BgClassName
{
background-color: #D3BCD9;
}
</style>
border-color css
<style>
span { border-color: #D3BCD9; }
span { border-color: rgb(211,188,217); }
td.TdClassName
{
border-color: #D3BCD9;
}
.TagClassName
{
border-color: #D3BCD9;
}
</style>