Shades of Prelude #D1B5D8
Tints of Prelude #D1B5D8
RGB
CMYK
RGB Variations
Color information
#D1B5D8 (or 0xD1B5D8) is known color: Prelude. HEX triplet: D1, B5 and D8. RGB value is (209,181,216). Sum of RGB (Red+Green+Blue) = 209+181+216=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1B5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5D8 is #2E4A27. Grayscale: #C1C1C1. Windows color (decimal): -3033640 or 14202321. OLE color: 14202321.
HSL color Cylindrical-coordinate representation of color #D1B5D8: hue angle of 288º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B5D8 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 181 | 216 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.15 |
| HSL | 288º | 0.31% | 0.78% | - |
| HSV(B) | 288º | 0.16% | 0.85% | - |
| XYZ | 55.21 | 51.56 | 72.01 | - |
| YUV | 193.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 216 | 0.03 | 0.16 | 0 | 0.15 | 288 | 0.31 | 0.78 |
| Hex | D1 | B5 | D8 | 3 | 10 | 0 | F | 120 | 1F | 4E |
| Octal | 321 | 265 | 330 | 3 | 20 | 0 | 17 | 440 | 37 | 116 |
| Binary | 11010001 | 10110101 | 11011000 | 11 | 10000 | 0 | 1111 | 100100000 | 11111 | 1001110 |
Color Harmonies of #D1B5D8
Complementary color
Monochromatic Colors of #D1B5D8
Black with #D1B5D8
Text Example
Text Example
White with #D1B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5D8; }
p { color: rgb(209,181,216); }
H1.HeaderClassName
{
color: #D1B5D8;
}
.AnyTagClassName
{
color: #D1B5D8;
}
</style>
background-color css
<style>
a { background-color: #D1B5D8; }
a { background-color: rgb(209,181,216); }
div.DivClassName
{
background-color: #D1B5D8;
}
.BgClassName
{
background-color: #D1B5D8;
}
</style>
border-color css
<style>
span { border-color: #D1B5D8; }
span { border-color: rgb(209,181,216); }
td.TdClassName
{
border-color: #D1B5D8;
}
.TagClassName
{
border-color: #D1B5D8;
}
</style>