Shades of Prelude #D1BCD6
Tints of Prelude #D1BCD6
RGB
CMYK
RGB Variations
Color information
#D1BCD6 (or 0xD1BCD6) is known color: Prelude. HEX triplet: D1, BC and D6. RGB value is (209,188,214). Sum of RGB (Red+Green+Blue) = 209+188+214=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCD6 is #2E4329. Grayscale: #C5C5C5. Windows color (decimal): -3031850 or 14073041. OLE color: 14073041.
HSL color Cylindrical-coordinate representation of color #D1BCD6: hue angle of 288.46º degrees, saturation: 0.24, 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 #D1BCD6 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 188 | 214 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.16 |
| HSL | 288.46º | 0.24% | 0.79% | - |
| HSV(B) | 288.46º | 0.12% | 0.84% | - |
| XYZ | 56.42 | 54.38 | 71.14 | - |
| YUV | 197.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 214 | 0.02 | 0.12 | 0 | 0.16 | 288.46 | 0.24 | 0.79 |
| Hex | D1 | BC | D6 | 2 | C | 0 | 10 | 120 | 18 | 4F |
| Octal | 321 | 274 | 326 | 2 | 14 | 0 | 20 | 440 | 30 | 117 |
| Binary | 11010001 | 10111100 | 11010110 | 10 | 1100 | 0 | 10000 | 100100000 | 11000 | 1001111 |
Color Harmonies of #D1BCD6
Complementary color
Monochromatic Colors of #D1BCD6
Black with #D1BCD6
Text Example
Text Example
White with #D1BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCD6; }
p { color: rgb(209,188,214); }
H1.HeaderClassName
{
color: #D1BCD6;
}
.AnyTagClassName
{
color: #D1BCD6;
}
</style>
background-color css
<style>
a { background-color: #D1BCD6; }
a { background-color: rgb(209,188,214); }
div.DivClassName
{
background-color: #D1BCD6;
}
.BgClassName
{
background-color: #D1BCD6;
}
</style>
border-color css
<style>
span { border-color: #D1BCD6; }
span { border-color: rgb(209,188,214); }
td.TdClassName
{
border-color: #D1BCD6;
}
.TagClassName
{
border-color: #D1BCD6;
}
</style>