Shades of Prelude #D1BADA
Tints of Prelude #D1BADA
RGB
CMYK
RGB Variations
Color information
#D1BADA (or 0xD1BADA) is known color: Prelude. HEX triplet: D1, BA and DA. RGB value is (209,186,218). Sum of RGB (Red+Green+Blue) = 209+186+218=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADA is #2E4525. Grayscale: #C4C4C4. Windows color (decimal): -3032358 or 14334673. OLE color: 14334673.
HSL color Cylindrical-coordinate representation of color #D1BADA: hue angle of 283.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BADA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 186 | 218 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.15 |
| HSL | 283.13º | 0.3% | 0.79% | - |
| HSV(B) | 283.13º | 0.15% | 0.85% | - |
| XYZ | 56.51 | 53.74 | 73.72 | - |
| YUV | 196.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 218 | 0.04 | 0.15 | 0 | 0.15 | 283.13 | 0.3 | 0.79 |
| Hex | D1 | BA | DA | 4 | F | 0 | F | 11B | 1E | 4F |
| Octal | 321 | 272 | 332 | 4 | 17 | 0 | 17 | 433 | 36 | 117 |
| Binary | 11010001 | 10111010 | 11011010 | 100 | 1111 | 0 | 1111 | 100011011 | 11110 | 1001111 |
Color Harmonies of #D1BADA
Complementary color
Monochromatic Colors of #D1BADA
Black with #D1BADA
Text Example
Text Example
White with #D1BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BADA; }
p { color: rgb(209,186,218); }
H1.HeaderClassName
{
color: #D1BADA;
}
.AnyTagClassName
{
color: #D1BADA;
}
</style>
background-color css
<style>
a { background-color: #D1BADA; }
a { background-color: rgb(209,186,218); }
div.DivClassName
{
background-color: #D1BADA;
}
.BgClassName
{
background-color: #D1BADA;
}
</style>
border-color css
<style>
span { border-color: #D1BADA; }
span { border-color: rgb(209,186,218); }
td.TdClassName
{
border-color: #D1BADA;
}
.TagClassName
{
border-color: #D1BADA;
}
</style>