Shades of Prelude #D5B9DD
Tints of Prelude #D5B9DD
RGB
CMYK
RGB Variations
Color information
#D5B9DD (or 0xD5B9DD) is known color: Prelude. HEX triplet: D5, B9 and DD. RGB value is (213,185,221). Sum of RGB (Red+Green+Blue) = 213+185+221=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9DD is #2A4622. Grayscale: #C5C5C5. Windows color (decimal): -2770467 or 14531029. OLE color: 14531029.
HSL color Cylindrical-coordinate representation of color #D5B9DD: hue angle of 286.67º 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 #D5B9DD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 185 | 221 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 286.67º | 0.35% | 0.8% | - |
| HSV(B) | 286.67º | 0.16% | 0.87% | - |
| XYZ | 57.84 | 54.06 | 75.79 | - |
| YUV | 197.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 221 | 0.04 | 0.16 | 0 | 0.13 | 286.67 | 0.35 | 0.8 |
| Hex | D5 | B9 | DD | 4 | 10 | 0 | D | 11F | 23 | 50 |
| Octal | 325 | 271 | 335 | 4 | 20 | 0 | 15 | 437 | 43 | 120 |
| Binary | 11010101 | 10111001 | 11011101 | 100 | 10000 | 0 | 1101 | 100011111 | 100011 | 1010000 |
Color Harmonies of #D5B9DD
Complementary color
Monochromatic Colors of #D5B9DD
Black with #D5B9DD
Text Example
Text Example
White with #D5B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9DD; }
p { color: rgb(213,185,221); }
H1.HeaderClassName
{
color: #D5B9DD;
}
.AnyTagClassName
{
color: #D5B9DD;
}
</style>
background-color css
<style>
a { background-color: #D5B9DD; }
a { background-color: rgb(213,185,221); }
div.DivClassName
{
background-color: #D5B9DD;
}
.BgClassName
{
background-color: #D5B9DD;
}
</style>
border-color css
<style>
span { border-color: #D5B9DD; }
span { border-color: rgb(213,185,221); }
td.TdClassName
{
border-color: #D5B9DD;
}
.TagClassName
{
border-color: #D5B9DD;
}
</style>