Shades of Prelude #D3BDDB
Tints of Prelude #D3BDDB
RGB
CMYK
RGB Variations
Color information
#D3BDDB (or 0xD3BDDB) is known color: Prelude. HEX triplet: D3, BD and DB. RGB value is (211,189,219). Sum of RGB (Red+Green+Blue) = 211+189+219=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDDB is #2C4224. Grayscale: #C6C6C6. Windows color (decimal): -2900517 or 14400979. OLE color: 14400979.
HSL color Cylindrical-coordinate representation of color #D3BDDB: hue angle of 284º degrees, saturation: 0.29, 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 #D3BDDB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 189 | 219 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.14 |
| HSL | 284º | 0.29% | 0.8% | - |
| HSV(B) | 284º | 0.14% | 0.86% | - |
| XYZ | 57.85 | 55.36 | 74.65 | - |
| YUV | 199 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 219 | 0.04 | 0.14 | 0 | 0.14 | 284 | 0.29 | 0.8 |
| Hex | D3 | BD | DB | 4 | E | 0 | E | 11C | 1D | 50 |
| Octal | 323 | 275 | 333 | 4 | 16 | 0 | 16 | 434 | 35 | 120 |
| Binary | 11010011 | 10111101 | 11011011 | 100 | 1110 | 0 | 1110 | 100011100 | 11101 | 1010000 |
Color Harmonies of #D3BDDB
Complementary color
Monochromatic Colors of #D3BDDB
Black with #D3BDDB
Text Example
Text Example
White with #D3BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDDB; }
p { color: rgb(211,189,219); }
H1.HeaderClassName
{
color: #D3BDDB;
}
.AnyTagClassName
{
color: #D3BDDB;
}
</style>
background-color css
<style>
a { background-color: #D3BDDB; }
a { background-color: rgb(211,189,219); }
div.DivClassName
{
background-color: #D3BDDB;
}
.BgClassName
{
background-color: #D3BDDB;
}
</style>
border-color css
<style>
span { border-color: #D3BDDB; }
span { border-color: rgb(211,189,219); }
td.TdClassName
{
border-color: #D3BDDB;
}
.TagClassName
{
border-color: #D3BDDB;
}
</style>