Shades of Prelude #D1B1DD
Tints of Prelude #D1B1DD
RGB
CMYK
RGB Variations
Color information
#D1B1DD (or 0xD1B1DD) is known color: Prelude. HEX triplet: D1, B1 and DD. RGB value is (209,177,221). Sum of RGB (Red+Green+Blue) = 209+177+221=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1DD is #2E4E22. Grayscale: #BFBFBF. Windows color (decimal): -3034659 or 14528977. OLE color: 14528977.
HSL color Cylindrical-coordinate representation of color #D1B1DD: hue angle of 283.64º degrees, saturation: 0.39, 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 #D1B1DD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 177 | 221 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 283.64º | 0.39% | 0.78% | - |
| HSV(B) | 283.64º | 0.2% | 0.87% | - |
| XYZ | 55.07 | 50.22 | 75.2 | - |
| YUV | 191.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 221 | 0.05 | 0.20 | 0 | 0.13 | 283.64 | 0.39 | 0.78 |
| Hex | D1 | B1 | DD | 5 | 14 | 0 | D | 11C | 27 | 4E |
| Octal | 321 | 261 | 335 | 5 | 24 | 0 | 15 | 434 | 47 | 116 |
| Binary | 11010001 | 10110001 | 11011101 | 101 | 10100 | 0 | 1101 | 100011100 | 100111 | 1001110 |
Color Harmonies of #D1B1DD
Complementary color
Monochromatic Colors of #D1B1DD
Black with #D1B1DD
Text Example
Text Example
White with #D1B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1DD; }
p { color: rgb(209,177,221); }
H1.HeaderClassName
{
color: #D1B1DD;
}
.AnyTagClassName
{
color: #D1B1DD;
}
</style>
background-color css
<style>
a { background-color: #D1B1DD; }
a { background-color: rgb(209,177,221); }
div.DivClassName
{
background-color: #D1B1DD;
}
.BgClassName
{
background-color: #D1B1DD;
}
</style>
border-color css
<style>
span { border-color: #D1B1DD; }
span { border-color: rgb(209,177,221); }
td.TdClassName
{
border-color: #D1B1DD;
}
.TagClassName
{
border-color: #D1B1DD;
}
</style>