Shades of Prelude #D1B6D7
Tints of Prelude #D1B6D7
RGB
CMYK
RGB Variations
Color information
#D1B6D7 (or 0xD1B6D7) is known color: Prelude. HEX triplet: D1, B6 and D7. RGB value is (209,182,215). Sum of RGB (Red+Green+Blue) = 209+182+215=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1B6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6D7 is #2E4928. Grayscale: #C1C1C1. Windows color (decimal): -3033385 or 14137041. OLE color: 14137041.
HSL color Cylindrical-coordinate representation of color #D1B6D7: hue angle of 289.09º 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 #D1B6D7 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 182 | 215 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.16 |
| HSL | 289.09º | 0.29% | 0.78% | - |
| HSV(B) | 289.09º | 0.15% | 0.84% | - |
| XYZ | 55.29 | 51.92 | 71.4 | - |
| YUV | 193.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 215 | 0.03 | 0.15 | 0 | 0.16 | 289.09 | 0.29 | 0.78 |
| Hex | D1 | B6 | D7 | 3 | F | 0 | 10 | 121 | 1D | 4E |
| Octal | 321 | 266 | 327 | 3 | 17 | 0 | 20 | 441 | 35 | 116 |
| Binary | 11010001 | 10110110 | 11010111 | 11 | 1111 | 0 | 10000 | 100100001 | 11101 | 1001110 |
Color Harmonies of #D1B6D7
Complementary color
Monochromatic Colors of #D1B6D7
Black with #D1B6D7
Text Example
Text Example
White with #D1B6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6D7; }
p { color: rgb(209,182,215); }
H1.HeaderClassName
{
color: #D1B6D7;
}
.AnyTagClassName
{
color: #D1B6D7;
}
</style>
background-color css
<style>
a { background-color: #D1B6D7; }
a { background-color: rgb(209,182,215); }
div.DivClassName
{
background-color: #D1B6D7;
}
.BgClassName
{
background-color: #D1B6D7;
}
</style>
border-color css
<style>
span { border-color: #D1B6D7; }
span { border-color: rgb(209,182,215); }
td.TdClassName
{
border-color: #D1B6D7;
}
.TagClassName
{
border-color: #D1B6D7;
}
</style>