Shades of Prelude #D3BADB
Tints of Prelude #D3BADB
RGB
CMYK
RGB Variations
Color information
#D3BADB (or 0xD3BADB) is known color: Prelude. HEX triplet: D3, BA and DB. RGB value is (211,186,219). Sum of RGB (Red+Green+Blue) = 211+186+219=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BADB is #2C4524. Grayscale: #C5C5C5. Windows color (decimal): -2901285 or 14400211. OLE color: 14400211.
HSL color Cylindrical-coordinate representation of color #D3BADB: hue angle of 285.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3BADB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 186 | 219 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.14 |
| HSL | 285.45º | 0.31% | 0.79% | - |
| HSV(B) | 285.45º | 0.15% | 0.86% | - |
| XYZ | 57.21 | 54.08 | 74.44 | - |
| YUV | 197.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 219 | 0.04 | 0.15 | 0 | 0.14 | 285.45 | 0.31 | 0.79 |
| Hex | D3 | BA | DB | 4 | F | 0 | E | 11D | 1F | 4F |
| Octal | 323 | 272 | 333 | 4 | 17 | 0 | 16 | 435 | 37 | 117 |
| Binary | 11010011 | 10111010 | 11011011 | 100 | 1111 | 0 | 1110 | 100011101 | 11111 | 1001111 |
Color Harmonies of #D3BADB
Complementary color
Monochromatic Colors of #D3BADB
Black with #D3BADB
Text Example
Text Example
White with #D3BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BADB; }
p { color: rgb(211,186,219); }
H1.HeaderClassName
{
color: #D3BADB;
}
.AnyTagClassName
{
color: #D3BADB;
}
</style>
background-color css
<style>
a { background-color: #D3BADB; }
a { background-color: rgb(211,186,219); }
div.DivClassName
{
background-color: #D3BADB;
}
.BgClassName
{
background-color: #D3BADB;
}
</style>
border-color css
<style>
span { border-color: #D3BADB; }
span { border-color: rgb(211,186,219); }
td.TdClassName
{
border-color: #D3BADB;
}
.TagClassName
{
border-color: #D3BADB;
}
</style>