Shades of Prelude #D1B9DD
Tints of Prelude #D1B9DD
RGB
CMYK
RGB Variations
Color information
#D1B9DD (or 0xD1B9DD) is known color: Prelude. HEX triplet: D1, B9 and DD. RGB value is (209,185,221). Sum of RGB (Red+Green+Blue) = 209+185+221=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9DD is #2E4622. Grayscale: #C4C4C4. Windows color (decimal): -3032611 or 14531025. OLE color: 14531025.
HSL color Cylindrical-coordinate representation of color #D1B9DD: hue angle of 280º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B9DD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 185 | 221 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 280º | 0.35% | 0.8% | - |
| HSV(B) | 280º | 0.16% | 0.87% | - |
| XYZ | 56.69 | 53.47 | 75.74 | - |
| YUV | 196.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 221 | 0.05 | 0.16 | 0 | 0.13 | 280 | 0.35 | 0.8 |
| Hex | D1 | B9 | DD | 5 | 10 | 0 | D | 118 | 23 | 50 |
| Octal | 321 | 271 | 335 | 5 | 20 | 0 | 15 | 430 | 43 | 120 |
| Binary | 11010001 | 10111001 | 11011101 | 101 | 10000 | 0 | 1101 | 100011000 | 100011 | 1010000 |
Color Harmonies of #D1B9DD
Complementary color
Monochromatic Colors of #D1B9DD
Black with #D1B9DD
Text Example
Text Example
White with #D1B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9DD; }
p { color: rgb(209,185,221); }
H1.HeaderClassName
{
color: #D1B9DD;
}
.AnyTagClassName
{
color: #D1B9DD;
}
</style>
background-color css
<style>
a { background-color: #D1B9DD; }
a { background-color: rgb(209,185,221); }
div.DivClassName
{
background-color: #D1B9DD;
}
.BgClassName
{
background-color: #D1B9DD;
}
</style>
border-color css
<style>
span { border-color: #D1B9DD; }
span { border-color: rgb(209,185,221); }
td.TdClassName
{
border-color: #D1B9DD;
}
.TagClassName
{
border-color: #D1B9DD;
}
</style>