Shades of Prelude #D1B9DE
Tints of Prelude #D1B9DE
RGB
CMYK
RGB Variations
Color information
#D1B9DE (or 0xD1B9DE) is known color: Prelude. HEX triplet: D1, B9 and DE. RGB value is (209,185,222). Sum of RGB (Red+Green+Blue) = 209+185+222=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9DE is #2E4621. Grayscale: #C4C4C4. Windows color (decimal): -3032610 or 14596561. OLE color: 14596561.
HSL color Cylindrical-coordinate representation of color #D1B9DE: hue angle of 278.92º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1B9DE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 185 | 222 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.13 |
| HSL | 278.92º | 0.36% | 0.8% | - |
| HSV(B) | 278.92º | 0.17% | 0.87% | - |
| XYZ | 56.83 | 53.53 | 76.44 | - |
| YUV | 196.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 222 | 0.06 | 0.17 | 0 | 0.13 | 278.92 | 0.36 | 0.8 |
| Hex | D1 | B9 | DE | 6 | 11 | 0 | D | 117 | 24 | 50 |
| Octal | 321 | 271 | 336 | 6 | 21 | 0 | 15 | 427 | 44 | 120 |
| Binary | 11010001 | 10111001 | 11011110 | 110 | 10001 | 0 | 1101 | 100010111 | 100100 | 1010000 |
Color Harmonies of #D1B9DE
Complementary color
Monochromatic Colors of #D1B9DE
Black with #D1B9DE
Text Example
Text Example
White with #D1B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9DE; }
p { color: rgb(209,185,222); }
H1.HeaderClassName
{
color: #D1B9DE;
}
.AnyTagClassName
{
color: #D1B9DE;
}
</style>
background-color css
<style>
a { background-color: #D1B9DE; }
a { background-color: rgb(209,185,222); }
div.DivClassName
{
background-color: #D1B9DE;
}
.BgClassName
{
background-color: #D1B9DE;
}
</style>
border-color css
<style>
span { border-color: #D1B9DE; }
span { border-color: rgb(209,185,222); }
td.TdClassName
{
border-color: #D1B9DE;
}
.TagClassName
{
border-color: #D1B9DE;
}
</style>