Shades of Prelude #D1B7D7
Tints of Prelude #D1B7D7
RGB
CMYK
RGB Variations
Color information
#D1B7D7 (or 0xD1B7D7) is known color: Prelude. HEX triplet: D1, B7 and D7. RGB value is (209,183,215). Sum of RGB (Red+Green+Blue) = 209+183+215=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1B7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7D7 is #2E4828. Grayscale: #C2C2C2. Windows color (decimal): -3033129 or 14137297. OLE color: 14137297.
HSL color Cylindrical-coordinate representation of color #D1B7D7: hue angle of 288.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B7D7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 183 | 215 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.16 |
| HSL | 288.75º | 0.29% | 0.78% | - |
| HSV(B) | 288.75º | 0.15% | 0.84% | - |
| XYZ | 55.49 | 52.33 | 71.47 | - |
| YUV | 194.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 215 | 0.03 | 0.15 | 0 | 0.16 | 288.75 | 0.29 | 0.78 |
| Hex | D1 | B7 | D7 | 3 | F | 0 | 10 | 121 | 1D | 4E |
| Octal | 321 | 267 | 327 | 3 | 17 | 0 | 20 | 441 | 35 | 116 |
| Binary | 11010001 | 10110111 | 11010111 | 11 | 1111 | 0 | 10000 | 100100001 | 11101 | 1001110 |
Color Harmonies of #D1B7D7
Complementary color
Monochromatic Colors of #D1B7D7
Black with #D1B7D7
Text Example
Text Example
White with #D1B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7D7; }
p { color: rgb(209,183,215); }
H1.HeaderClassName
{
color: #D1B7D7;
}
.AnyTagClassName
{
color: #D1B7D7;
}
</style>
background-color css
<style>
a { background-color: #D1B7D7; }
a { background-color: rgb(209,183,215); }
div.DivClassName
{
background-color: #D1B7D7;
}
.BgClassName
{
background-color: #D1B7D7;
}
</style>
border-color css
<style>
span { border-color: #D1B7D7; }
span { border-color: rgb(209,183,215); }
td.TdClassName
{
border-color: #D1B7D7;
}
.TagClassName
{
border-color: #D1B7D7;
}
</style>