Shades of Prelude #D1BCDD
Tints of Prelude #D1BCDD
RGB
CMYK
RGB Variations
Color information
#D1BCDD (or 0xD1BCDD) is known color: Prelude. HEX triplet: D1, BC and DD. RGB value is (209,188,221). Sum of RGB (Red+Green+Blue) = 209+188+221=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDD is #2E4322. Grayscale: #C5C5C5. Windows color (decimal): -3031843 or 14531793. OLE color: 14531793.
HSL color Cylindrical-coordinate representation of color #D1BCDD: hue angle of 278.18º 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 #D1BCDD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 188 | 221 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.13 |
| HSL | 278.18º | 0.33% | 0.8% | - |
| HSV(B) | 278.18º | 0.15% | 0.87% | - |
| XYZ | 57.33 | 54.74 | 75.95 | - |
| YUV | 198.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 221 | 0.05 | 0.15 | 0 | 0.13 | 278.18 | 0.33 | 0.8 |
| Hex | D1 | BC | DD | 5 | F | 0 | D | 116 | 21 | 50 |
| Octal | 321 | 274 | 335 | 5 | 17 | 0 | 15 | 426 | 41 | 120 |
| Binary | 11010001 | 10111100 | 11011101 | 101 | 1111 | 0 | 1101 | 100010110 | 100001 | 1010000 |
Color Harmonies of #D1BCDD
Complementary color
Monochromatic Colors of #D1BCDD
Black with #D1BCDD
Text Example
Text Example
White with #D1BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCDD; }
p { color: rgb(209,188,221); }
H1.HeaderClassName
{
color: #D1BCDD;
}
.AnyTagClassName
{
color: #D1BCDD;
}
</style>
background-color css
<style>
a { background-color: #D1BCDD; }
a { background-color: rgb(209,188,221); }
div.DivClassName
{
background-color: #D1BCDD;
}
.BgClassName
{
background-color: #D1BCDD;
}
</style>
border-color css
<style>
span { border-color: #D1BCDD; }
span { border-color: rgb(209,188,221); }
td.TdClassName
{
border-color: #D1BCDD;
}
.TagClassName
{
border-color: #D1BCDD;
}
</style>