Shades of Prelude #D1B0DD
Tints of Prelude #D1B0DD
RGB
CMYK
RGB Variations
Color information
#D1B0DD (or 0xD1B0DD) is known color: Prelude. HEX triplet: D1, B0 and DD. RGB value is (209,176,221). Sum of RGB (Red+Green+Blue) = 209+176+221=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0DD is #2E4F22. Grayscale: #BEBEBE. Windows color (decimal): -3034915 or 14528721. OLE color: 14528721.
HSL color Cylindrical-coordinate representation of color #D1B0DD: hue angle of 284º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1B0DD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 176 | 221 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 284º | 0.4% | 0.78% | - |
| HSV(B) | 284º | 0.2% | 0.87% | - |
| XYZ | 54.87 | 49.83 | 75.13 | - |
| YUV | 191 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 221 | 0.05 | 0.20 | 0 | 0.13 | 284 | 0.4 | 0.78 |
| Hex | D1 | B0 | DD | 5 | 14 | 0 | D | 11C | 28 | 4E |
| Octal | 321 | 260 | 335 | 5 | 24 | 0 | 15 | 434 | 50 | 116 |
| Binary | 11010001 | 10110000 | 11011101 | 101 | 10100 | 0 | 1101 | 100011100 | 101000 | 1001110 |
Color Harmonies of #D1B0DD
Complementary color
Monochromatic Colors of #D1B0DD
Black with #D1B0DD
Text Example
Text Example
White with #D1B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0DD; }
p { color: rgb(209,176,221); }
H1.HeaderClassName
{
color: #D1B0DD;
}
.AnyTagClassName
{
color: #D1B0DD;
}
</style>
background-color css
<style>
a { background-color: #D1B0DD; }
a { background-color: rgb(209,176,221); }
div.DivClassName
{
background-color: #D1B0DD;
}
.BgClassName
{
background-color: #D1B0DD;
}
</style>
border-color css
<style>
span { border-color: #D1B0DD; }
span { border-color: rgb(209,176,221); }
td.TdClassName
{
border-color: #D1B0DD;
}
.TagClassName
{
border-color: #D1B0DD;
}
</style>