Shades of Prelude #D1B0DB
Tints of Prelude #D1B0DB
RGB
CMYK
RGB Variations
Color information
#D1B0DB (or 0xD1B0DB) is known color: Prelude. HEX triplet: D1, B0 and DB. RGB value is (209,176,219). Sum of RGB (Red+Green+Blue) = 209+176+219=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0DB is #2E4F24. Grayscale: #BEBEBE. Windows color (decimal): -3034917 or 14397649. OLE color: 14397649.
HSL color Cylindrical-coordinate representation of color #D1B0DB: hue angle of 286.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1B0DB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 176 | 219 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.14 |
| HSL | 286.05º | 0.37% | 0.77% | - |
| HSV(B) | 286.05º | 0.2% | 0.86% | - |
| XYZ | 54.61 | 49.72 | 73.74 | - |
| YUV | 190.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 219 | 0.05 | 0.20 | 0 | 0.14 | 286.05 | 0.37 | 0.77 |
| Hex | D1 | B0 | DB | 5 | 14 | 0 | E | 11E | 25 | 4D |
| Octal | 321 | 260 | 333 | 5 | 24 | 0 | 16 | 436 | 45 | 115 |
| Binary | 11010001 | 10110000 | 11011011 | 101 | 10100 | 0 | 1110 | 100011110 | 100101 | 1001101 |
Color Harmonies of #D1B0DB
Complementary color
Monochromatic Colors of #D1B0DB
Black with #D1B0DB
Text Example
Text Example
White with #D1B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0DB; }
p { color: rgb(209,176,219); }
H1.HeaderClassName
{
color: #D1B0DB;
}
.AnyTagClassName
{
color: #D1B0DB;
}
</style>
background-color css
<style>
a { background-color: #D1B0DB; }
a { background-color: rgb(209,176,219); }
div.DivClassName
{
background-color: #D1B0DB;
}
.BgClassName
{
background-color: #D1B0DB;
}
</style>
border-color css
<style>
span { border-color: #D1B0DB; }
span { border-color: rgb(209,176,219); }
td.TdClassName
{
border-color: #D1B0DB;
}
.TagClassName
{
border-color: #D1B0DB;
}
</style>