Shades of Prelude #D1BADC
Tints of Prelude #D1BADC
RGB
CMYK
RGB Variations
Color information
#D1BADC (or 0xD1BADC) is known color: Prelude. HEX triplet: D1, BA and DC. RGB value is (209,186,220). Sum of RGB (Red+Green+Blue) = 209+186+220=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADC is #2E4523. Grayscale: #C4C4C4. Windows color (decimal): -3032356 or 14465745. OLE color: 14465745.
HSL color Cylindrical-coordinate representation of color #D1BADC: hue angle of 280.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BADC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 186 | 220 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.14 |
| HSL | 280.59º | 0.33% | 0.8% | - |
| HSV(B) | 280.59º | 0.15% | 0.86% | - |
| XYZ | 56.77 | 53.84 | 75.11 | - |
| YUV | 196.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 220 | 0.05 | 0.15 | 0 | 0.14 | 280.59 | 0.33 | 0.8 |
| Hex | D1 | BA | DC | 5 | F | 0 | E | 119 | 21 | 50 |
| Octal | 321 | 272 | 334 | 5 | 17 | 0 | 16 | 431 | 41 | 120 |
| Binary | 11010001 | 10111010 | 11011100 | 101 | 1111 | 0 | 1110 | 100011001 | 100001 | 1010000 |
Color Harmonies of #D1BADC
Complementary color
Monochromatic Colors of #D1BADC
Black with #D1BADC
Text Example
Text Example
White with #D1BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BADC; }
p { color: rgb(209,186,220); }
H1.HeaderClassName
{
color: #D1BADC;
}
.AnyTagClassName
{
color: #D1BADC;
}
</style>
background-color css
<style>
a { background-color: #D1BADC; }
a { background-color: rgb(209,186,220); }
div.DivClassName
{
background-color: #D1BADC;
}
.BgClassName
{
background-color: #D1BADC;
}
</style>
border-color css
<style>
span { border-color: #D1BADC; }
span { border-color: rgb(209,186,220); }
td.TdClassName
{
border-color: #D1BADC;
}
.TagClassName
{
border-color: #D1BADC;
}
</style>