Shades of Prelude #D1BDD6
Tints of Prelude #D1BDD6
RGB
CMYK
RGB Variations
Color information
#D1BDD6 (or 0xD1BDD6) is known color: Prelude. HEX triplet: D1, BD and D6. RGB value is (209,189,214). Sum of RGB (Red+Green+Blue) = 209+189+214=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDD6 is #2E4229. Grayscale: #C5C5C5. Windows color (decimal): -3031594 or 14073297. OLE color: 14073297.
HSL color Cylindrical-coordinate representation of color #D1BDD6: hue angle of 288º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BDD6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 189 | 214 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.16 |
| HSL | 288º | 0.23% | 0.79% | - |
| HSV(B) | 288º | 0.12% | 0.84% | - |
| XYZ | 56.63 | 54.81 | 71.21 | - |
| YUV | 197.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 214 | 0.02 | 0.12 | 0 | 0.16 | 288 | 0.23 | 0.79 |
| Hex | D1 | BD | D6 | 2 | C | 0 | 10 | 120 | 17 | 4F |
| Octal | 321 | 275 | 326 | 2 | 14 | 0 | 20 | 440 | 27 | 117 |
| Binary | 11010001 | 10111101 | 11010110 | 10 | 1100 | 0 | 10000 | 100100000 | 10111 | 1001111 |
Color Harmonies of #D1BDD6
Complementary color
Monochromatic Colors of #D1BDD6
Black with #D1BDD6
Text Example
Text Example
White with #D1BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDD6; }
p { color: rgb(209,189,214); }
H1.HeaderClassName
{
color: #D1BDD6;
}
.AnyTagClassName
{
color: #D1BDD6;
}
</style>
background-color css
<style>
a { background-color: #D1BDD6; }
a { background-color: rgb(209,189,214); }
div.DivClassName
{
background-color: #D1BDD6;
}
.BgClassName
{
background-color: #D1BDD6;
}
</style>
border-color css
<style>
span { border-color: #D1BDD6; }
span { border-color: rgb(209,189,214); }
td.TdClassName
{
border-color: #D1BDD6;
}
.TagClassName
{
border-color: #D1BDD6;
}
</style>