Shades of Prelude #D1BFD9
Tints of Prelude #D1BFD9
RGB
CMYK
RGB Variations
Color information
#D1BFD9 (or 0xD1BFD9) is known color: Prelude. HEX triplet: D1, BF and D9. RGB value is (209,191,217). Sum of RGB (Red+Green+Blue) = 209+191+217=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFD9 is #2E4026. Grayscale: #C7C7C7. Windows color (decimal): -3031079 or 14270417. OLE color: 14270417.
HSL color Cylindrical-coordinate representation of color #D1BFD9: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BFD9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 191 | 217 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.15 |
| HSL | 281.54º | 0.25% | 0.8% | - |
| HSV(B) | 281.54º | 0.12% | 0.85% | - |
| XYZ | 57.45 | 55.83 | 73.39 | - |
| YUV | 199.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 217 | 0.04 | 0.12 | 0 | 0.15 | 281.54 | 0.25 | 0.8 |
| Hex | D1 | BF | D9 | 4 | C | 0 | F | 11A | 19 | 50 |
| Octal | 321 | 277 | 331 | 4 | 14 | 0 | 17 | 432 | 31 | 120 |
| Binary | 11010001 | 10111111 | 11011001 | 100 | 1100 | 0 | 1111 | 100011010 | 11001 | 1010000 |
Color Harmonies of #D1BFD9
Complementary color
Monochromatic Colors of #D1BFD9
Black with #D1BFD9
Text Example
Text Example
White with #D1BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFD9; }
p { color: rgb(209,191,217); }
H1.HeaderClassName
{
color: #D1BFD9;
}
.AnyTagClassName
{
color: #D1BFD9;
}
</style>
background-color css
<style>
a { background-color: #D1BFD9; }
a { background-color: rgb(209,191,217); }
div.DivClassName
{
background-color: #D1BFD9;
}
.BgClassName
{
background-color: #D1BFD9;
}
</style>
border-color css
<style>
span { border-color: #D1BFD9; }
span { border-color: rgb(209,191,217); }
td.TdClassName
{
border-color: #D1BFD9;
}
.TagClassName
{
border-color: #D1BFD9;
}
</style>