Shades of Prelude #D2BADD
Tints of Prelude #D2BADD
RGB
CMYK
RGB Variations
Color information
#D2BADD (or 0xD2BADD) is known color: Prelude. HEX triplet: D2, BA and DD. RGB value is (210,186,221). Sum of RGB (Red+Green+Blue) = 210+186+221=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADD is #2D4522. Grayscale: #C5C5C5. Windows color (decimal): -2966819 or 14531282. OLE color: 14531282.
HSL color Cylindrical-coordinate representation of color #D2BADD: hue angle of 281.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2BADD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 186 | 221 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 281.14º | 0.34% | 0.8% | - |
| HSV(B) | 281.14º | 0.16% | 0.87% | - |
| XYZ | 57.19 | 54.04 | 75.82 | - |
| YUV | 197.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 221 | 0.05 | 0.16 | 0 | 0.13 | 281.14 | 0.34 | 0.8 |
| Hex | D2 | BA | DD | 5 | 10 | 0 | D | 119 | 22 | 50 |
| Octal | 322 | 272 | 335 | 5 | 20 | 0 | 15 | 431 | 42 | 120 |
| Binary | 11010010 | 10111010 | 11011101 | 101 | 10000 | 0 | 1101 | 100011001 | 100010 | 1010000 |
Color Harmonies of #D2BADD
Complementary color
Monochromatic Colors of #D2BADD
Black with #D2BADD
Text Example
Text Example
White with #D2BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BADD; }
p { color: rgb(210,186,221); }
H1.HeaderClassName
{
color: #D2BADD;
}
.AnyTagClassName
{
color: #D2BADD;
}
</style>
background-color css
<style>
a { background-color: #D2BADD; }
a { background-color: rgb(210,186,221); }
div.DivClassName
{
background-color: #D2BADD;
}
.BgClassName
{
background-color: #D2BADD;
}
</style>
border-color css
<style>
span { border-color: #D2BADD; }
span { border-color: rgb(210,186,221); }
td.TdClassName
{
border-color: #D2BADD;
}
.TagClassName
{
border-color: #D2BADD;
}
</style>