Shades of Prelude #D5BBDD
Tints of Prelude #D5BBDD
RGB
CMYK
RGB Variations
Color information
#D5BBDD (or 0xD5BBDD) is known color: Prelude. HEX triplet: D5, BB and DD. RGB value is (213,187,221). Sum of RGB (Red+Green+Blue) = 213+187+221=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBDD is #2A4422. Grayscale: #C6C6C6. Windows color (decimal): -2769955 or 14531541. OLE color: 14531541.
HSL color Cylindrical-coordinate representation of color #D5BBDD: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BBDD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 187 | 221 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 285.88º | 0.33% | 0.8% | - |
| HSV(B) | 285.88º | 0.15% | 0.87% | - |
| XYZ | 58.26 | 54.91 | 75.93 | - |
| YUV | 198.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 221 | 0.04 | 0.15 | 0 | 0.13 | 285.88 | 0.33 | 0.8 |
| Hex | D5 | BB | DD | 4 | F | 0 | D | 11E | 21 | 50 |
| Octal | 325 | 273 | 335 | 4 | 17 | 0 | 15 | 436 | 41 | 120 |
| Binary | 11010101 | 10111011 | 11011101 | 100 | 1111 | 0 | 1101 | 100011110 | 100001 | 1010000 |
Color Harmonies of #D5BBDD
Complementary color
Monochromatic Colors of #D5BBDD
Black with #D5BBDD
Text Example
Text Example
White with #D5BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBDD; }
p { color: rgb(213,187,221); }
H1.HeaderClassName
{
color: #D5BBDD;
}
.AnyTagClassName
{
color: #D5BBDD;
}
</style>
background-color css
<style>
a { background-color: #D5BBDD; }
a { background-color: rgb(213,187,221); }
div.DivClassName
{
background-color: #D5BBDD;
}
.BgClassName
{
background-color: #D5BBDD;
}
</style>
border-color css
<style>
span { border-color: #D5BBDD; }
span { border-color: rgb(213,187,221); }
td.TdClassName
{
border-color: #D5BBDD;
}
.TagClassName
{
border-color: #D5BBDD;
}
</style>