Shades of Prelude #D1B9DB
Tints of Prelude #D1B9DB
RGB
CMYK
RGB Variations
Color information
#D1B9DB (or 0xD1B9DB) is known color: Prelude. HEX triplet: D1, B9 and DB. RGB value is (209,185,219). Sum of RGB (Red+Green+Blue) = 209+185+219=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9DB is #2E4624. Grayscale: #C3C3C3. Windows color (decimal): -3032613 or 14399953. OLE color: 14399953.
HSL color Cylindrical-coordinate representation of color #D1B9DB: hue angle of 282.35º 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 #D1B9DB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 185 | 219 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.14 |
| HSL | 282.35º | 0.32% | 0.79% | - |
| HSV(B) | 282.35º | 0.16% | 0.86% | - |
| XYZ | 56.43 | 53.37 | 74.34 | - |
| YUV | 196.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 219 | 0.05 | 0.16 | 0 | 0.14 | 282.35 | 0.32 | 0.79 |
| Hex | D1 | B9 | DB | 5 | 10 | 0 | E | 11A | 20 | 4F |
| Octal | 321 | 271 | 333 | 5 | 20 | 0 | 16 | 432 | 40 | 117 |
| Binary | 11010001 | 10111001 | 11011011 | 101 | 10000 | 0 | 1110 | 100011010 | 100000 | 1001111 |
Color Harmonies of #D1B9DB
Complementary color
Monochromatic Colors of #D1B9DB
Black with #D1B9DB
Text Example
Text Example
White with #D1B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9DB; }
p { color: rgb(209,185,219); }
H1.HeaderClassName
{
color: #D1B9DB;
}
.AnyTagClassName
{
color: #D1B9DB;
}
</style>
background-color css
<style>
a { background-color: #D1B9DB; }
a { background-color: rgb(209,185,219); }
div.DivClassName
{
background-color: #D1B9DB;
}
.BgClassName
{
background-color: #D1B9DB;
}
</style>
border-color css
<style>
span { border-color: #D1B9DB; }
span { border-color: rgb(209,185,219); }
td.TdClassName
{
border-color: #D1B9DB;
}
.TagClassName
{
border-color: #D1B9DB;
}
</style>