Shades of Prelude #D1B1DB
Tints of Prelude #D1B1DB
RGB
CMYK
RGB Variations
Color information
#D1B1DB (or 0xD1B1DB) is known color: Prelude. HEX triplet: D1, B1 and DB. RGB value is (209,177,219). Sum of RGB (Red+Green+Blue) = 209+177+219=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1DB is #2E4E24. Grayscale: #BFBFBF. Windows color (decimal): -3034661 or 14397905. OLE color: 14397905.
HSL color Cylindrical-coordinate representation of color #D1B1DB: hue angle of 285.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B1DB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 177 | 219 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.14 |
| HSL | 285.71º | 0.37% | 0.78% | - |
| HSV(B) | 285.71º | 0.19% | 0.86% | - |
| XYZ | 54.8 | 50.11 | 73.8 | - |
| YUV | 191.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 219 | 0.05 | 0.19 | 0 | 0.14 | 285.71 | 0.37 | 0.78 |
| Hex | D1 | B1 | DB | 5 | 13 | 0 | E | 11E | 25 | 4E |
| Octal | 321 | 261 | 333 | 5 | 23 | 0 | 16 | 436 | 45 | 116 |
| Binary | 11010001 | 10110001 | 11011011 | 101 | 10011 | 0 | 1110 | 100011110 | 100101 | 1001110 |
Color Harmonies of #D1B1DB
Complementary color
Monochromatic Colors of #D1B1DB
Black with #D1B1DB
Text Example
Text Example
White with #D1B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1DB; }
p { color: rgb(209,177,219); }
H1.HeaderClassName
{
color: #D1B1DB;
}
.AnyTagClassName
{
color: #D1B1DB;
}
</style>
background-color css
<style>
a { background-color: #D1B1DB; }
a { background-color: rgb(209,177,219); }
div.DivClassName
{
background-color: #D1B1DB;
}
.BgClassName
{
background-color: #D1B1DB;
}
</style>
border-color css
<style>
span { border-color: #D1B1DB; }
span { border-color: rgb(209,177,219); }
td.TdClassName
{
border-color: #D1B1DB;
}
.TagClassName
{
border-color: #D1B1DB;
}
</style>