Shades of Prelude #D1BBD7
Tints of Prelude #D1BBD7
RGB
CMYK
RGB Variations
Color information
#D1BBD7 (or 0xD1BBD7) is known color: Prelude. HEX triplet: D1, BB and D7. RGB value is (209,187,215). Sum of RGB (Red+Green+Blue) = 209+187+215=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD7 is #2E4428. Grayscale: #C4C4C4. Windows color (decimal): -3032105 or 14138321. OLE color: 14138321.
HSL color Cylindrical-coordinate representation of color #D1BBD7: hue angle of 287.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BBD7 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 187 | 215 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.16 |
| HSL | 287.14º | 0.26% | 0.79% | - |
| HSV(B) | 287.14º | 0.13% | 0.84% | - |
| XYZ | 56.33 | 54 | 71.74 | - |
| YUV | 196.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 215 | 0.03 | 0.13 | 0 | 0.16 | 287.14 | 0.26 | 0.79 |
| Hex | D1 | BB | D7 | 3 | D | 0 | 10 | 11F | 1A | 4F |
| Octal | 321 | 273 | 327 | 3 | 15 | 0 | 20 | 437 | 32 | 117 |
| Binary | 11010001 | 10111011 | 11010111 | 11 | 1101 | 0 | 10000 | 100011111 | 11010 | 1001111 |
Color Harmonies of #D1BBD7
Complementary color
Monochromatic Colors of #D1BBD7
Black with #D1BBD7
Text Example
Text Example
White with #D1BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBD7; }
p { color: rgb(209,187,215); }
H1.HeaderClassName
{
color: #D1BBD7;
}
.AnyTagClassName
{
color: #D1BBD7;
}
</style>
background-color css
<style>
a { background-color: #D1BBD7; }
a { background-color: rgb(209,187,215); }
div.DivClassName
{
background-color: #D1BBD7;
}
.BgClassName
{
background-color: #D1BBD7;
}
</style>
border-color css
<style>
span { border-color: #D1BBD7; }
span { border-color: rgb(209,187,215); }
td.TdClassName
{
border-color: #D1BBD7;
}
.TagClassName
{
border-color: #D1BBD7;
}
</style>