Shades of Prelude #D3B9DB
Tints of Prelude #D3B9DB
RGB
CMYK
RGB Variations
Color information
#D3B9DB (or 0xD3B9DB) is known color: Prelude. HEX triplet: D3, B9 and DB. RGB value is (211,185,219). Sum of RGB (Red+Green+Blue) = 211+185+219=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9DB is #2C4624. Grayscale: #C4C4C4. Windows color (decimal): -2901541 or 14399955. OLE color: 14399955.
HSL color Cylindrical-coordinate representation of color #D3B9DB: hue angle of 285.88º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B9DB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 185 | 219 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.14 |
| HSL | 285.88º | 0.32% | 0.79% | - |
| HSV(B) | 285.88º | 0.16% | 0.86% | - |
| XYZ | 57 | 53.66 | 74.37 | - |
| YUV | 196.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 219 | 0.04 | 0.16 | 0 | 0.14 | 285.88 | 0.32 | 0.79 |
| Hex | D3 | B9 | DB | 4 | 10 | 0 | E | 11E | 20 | 4F |
| Octal | 323 | 271 | 333 | 4 | 20 | 0 | 16 | 436 | 40 | 117 |
| Binary | 11010011 | 10111001 | 11011011 | 100 | 10000 | 0 | 1110 | 100011110 | 100000 | 1001111 |
Color Harmonies of #D3B9DB
Complementary color
Monochromatic Colors of #D3B9DB
Black with #D3B9DB
Text Example
Text Example
White with #D3B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9DB; }
p { color: rgb(211,185,219); }
H1.HeaderClassName
{
color: #D3B9DB;
}
.AnyTagClassName
{
color: #D3B9DB;
}
</style>
background-color css
<style>
a { background-color: #D3B9DB; }
a { background-color: rgb(211,185,219); }
div.DivClassName
{
background-color: #D3B9DB;
}
.BgClassName
{
background-color: #D3B9DB;
}
</style>
border-color css
<style>
span { border-color: #D3B9DB; }
span { border-color: rgb(211,185,219); }
td.TdClassName
{
border-color: #D3B9DB;
}
.TagClassName
{
border-color: #D3B9DB;
}
</style>