Shades of Prelude #D3BCDB
Tints of Prelude #D3BCDB
RGB
CMYK
RGB Variations
Color information
#D3BCDB (or 0xD3BCDB) is known color: Prelude. HEX triplet: D3, BC and DB. RGB value is (211,188,219). Sum of RGB (Red+Green+Blue) = 211+188+219=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCDB is #2C4324. Grayscale: #C6C6C6. Windows color (decimal): -2900773 or 14400723. OLE color: 14400723.
HSL color Cylindrical-coordinate representation of color #D3BCDB: hue angle of 284.52º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3BCDB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 188 | 219 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.14 |
| HSL | 284.52º | 0.3% | 0.8% | - |
| HSV(B) | 284.52º | 0.14% | 0.86% | - |
| XYZ | 57.63 | 54.93 | 74.58 | - |
| YUV | 198.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 219 | 0.04 | 0.14 | 0 | 0.14 | 284.52 | 0.3 | 0.8 |
| Hex | D3 | BC | DB | 4 | E | 0 | E | 11D | 1E | 50 |
| Octal | 323 | 274 | 333 | 4 | 16 | 0 | 16 | 435 | 36 | 120 |
| Binary | 11010011 | 10111100 | 11011011 | 100 | 1110 | 0 | 1110 | 100011101 | 11110 | 1010000 |
Color Harmonies of #D3BCDB
Complementary color
Monochromatic Colors of #D3BCDB
Black with #D3BCDB
Text Example
Text Example
White with #D3BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCDB; }
p { color: rgb(211,188,219); }
H1.HeaderClassName
{
color: #D3BCDB;
}
.AnyTagClassName
{
color: #D3BCDB;
}
</style>
background-color css
<style>
a { background-color: #D3BCDB; }
a { background-color: rgb(211,188,219); }
div.DivClassName
{
background-color: #D3BCDB;
}
.BgClassName
{
background-color: #D3BCDB;
}
</style>
border-color css
<style>
span { border-color: #D3BCDB; }
span { border-color: rgb(211,188,219); }
td.TdClassName
{
border-color: #D3BCDB;
}
.TagClassName
{
border-color: #D3BCDB;
}
</style>