Shades of Prelude #D1BBD6
Tints of Prelude #D1BBD6
RGB
CMYK
RGB Variations
Color information
#D1BBD6 (or 0xD1BBD6) is known color: Prelude. HEX triplet: D1, BB and D6. RGB value is (209,187,214). Sum of RGB (Red+Green+Blue) = 209+187+214=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD6 is #2E4429. Grayscale: #C4C4C4. Windows color (decimal): -3032106 or 14072785. OLE color: 14072785.
HSL color Cylindrical-coordinate representation of color #D1BBD6: hue angle of 288.89º degrees, saturation: 0.25, 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 #D1BBD6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 187 | 214 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.16 |
| HSL | 288.89º | 0.25% | 0.79% | - |
| HSV(B) | 288.89º | 0.13% | 0.84% | - |
| XYZ | 56.2 | 53.95 | 71.07 | - |
| YUV | 196.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 214 | 0.02 | 0.13 | 0 | 0.16 | 288.89 | 0.25 | 0.79 |
| Hex | D1 | BB | D6 | 2 | D | 0 | 10 | 121 | 19 | 4F |
| Octal | 321 | 273 | 326 | 2 | 15 | 0 | 20 | 441 | 31 | 117 |
| Binary | 11010001 | 10111011 | 11010110 | 10 | 1101 | 0 | 10000 | 100100001 | 11001 | 1001111 |
Color Harmonies of #D1BBD6
Complementary color
Monochromatic Colors of #D1BBD6
Black with #D1BBD6
Text Example
Text Example
White with #D1BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBD6; }
p { color: rgb(209,187,214); }
H1.HeaderClassName
{
color: #D1BBD6;
}
.AnyTagClassName
{
color: #D1BBD6;
}
</style>
background-color css
<style>
a { background-color: #D1BBD6; }
a { background-color: rgb(209,187,214); }
div.DivClassName
{
background-color: #D1BBD6;
}
.BgClassName
{
background-color: #D1BBD6;
}
</style>
border-color css
<style>
span { border-color: #D1BBD6; }
span { border-color: rgb(209,187,214); }
td.TdClassName
{
border-color: #D1BBD6;
}
.TagClassName
{
border-color: #D1BBD6;
}
</style>