Shades of Prelude #D5BFDD
Tints of Prelude #D5BFDD
RGB
CMYK
RGB Variations
Color information
#D5BFDD (or 0xD5BFDD) is known color: Prelude. HEX triplet: D5, BF and DD. RGB value is (213,191,221). Sum of RGB (Red+Green+Blue) = 213+191+221=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFDD is #2A4022. Grayscale: #C8C8C8. Windows color (decimal): -2768931 or 14532565. OLE color: 14532565.
HSL color Cylindrical-coordinate representation of color #D5BFDD: hue angle of 284º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5BFDD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 191 | 221 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.13 |
| HSL | 284º | 0.31% | 0.81% | - |
| HSV(B) | 284º | 0.14% | 0.87% | - |
| XYZ | 59.12 | 56.63 | 76.22 | - |
| YUV | 201 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 221 | 0.04 | 0.14 | 0 | 0.13 | 284 | 0.31 | 0.81 |
| Hex | D5 | BF | DD | 4 | E | 0 | D | 11C | 1F | 51 |
| Octal | 325 | 277 | 335 | 4 | 16 | 0 | 15 | 434 | 37 | 121 |
| Binary | 11010101 | 10111111 | 11011101 | 100 | 1110 | 0 | 1101 | 100011100 | 11111 | 1010001 |
Color Harmonies of #D5BFDD
Complementary color
Monochromatic Colors of #D5BFDD
Black with #D5BFDD
Text Example
Text Example
White with #D5BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFDD; }
p { color: rgb(213,191,221); }
H1.HeaderClassName
{
color: #D5BFDD;
}
.AnyTagClassName
{
color: #D5BFDD;
}
</style>
background-color css
<style>
a { background-color: #D5BFDD; }
a { background-color: rgb(213,191,221); }
div.DivClassName
{
background-color: #D5BFDD;
}
.BgClassName
{
background-color: #D5BFDD;
}
</style>
border-color css
<style>
span { border-color: #D5BFDD; }
span { border-color: rgb(213,191,221); }
td.TdClassName
{
border-color: #D5BFDD;
}
.TagClassName
{
border-color: #D5BFDD;
}
</style>