Shades of Prelude #D1B9D8
Tints of Prelude #D1B9D8
RGB
CMYK
RGB Variations
Color information
#D1B9D8 (or 0xD1B9D8) is known color: Prelude. HEX triplet: D1, B9 and D8. RGB value is (209,185,216). Sum of RGB (Red+Green+Blue) = 209+185+216=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1B9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9D8 is #2E4627. Grayscale: #C3C3C3. Windows color (decimal): -3032616 or 14203345. OLE color: 14203345.
HSL color Cylindrical-coordinate representation of color #D1B9D8: hue angle of 286.45º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B9D8 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 185 | 216 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.15 |
| HSL | 286.45º | 0.28% | 0.79% | - |
| HSV(B) | 286.45º | 0.14% | 0.85% | - |
| XYZ | 56.04 | 53.21 | 72.28 | - |
| YUV | 195.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 216 | 0.03 | 0.14 | 0 | 0.15 | 286.45 | 0.28 | 0.79 |
| Hex | D1 | B9 | D8 | 3 | E | 0 | F | 11E | 1C | 4F |
| Octal | 321 | 271 | 330 | 3 | 16 | 0 | 17 | 436 | 34 | 117 |
| Binary | 11010001 | 10111001 | 11011000 | 11 | 1110 | 0 | 1111 | 100011110 | 11100 | 1001111 |
Color Harmonies of #D1B9D8
Complementary color
Monochromatic Colors of #D1B9D8
Black with #D1B9D8
Text Example
Text Example
White with #D1B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9D8; }
p { color: rgb(209,185,216); }
H1.HeaderClassName
{
color: #D1B9D8;
}
.AnyTagClassName
{
color: #D1B9D8;
}
</style>
background-color css
<style>
a { background-color: #D1B9D8; }
a { background-color: rgb(209,185,216); }
div.DivClassName
{
background-color: #D1B9D8;
}
.BgClassName
{
background-color: #D1B9D8;
}
</style>
border-color css
<style>
span { border-color: #D1B9D8; }
span { border-color: rgb(209,185,216); }
td.TdClassName
{
border-color: #D1B9D8;
}
.TagClassName
{
border-color: #D1B9D8;
}
</style>