Shades of Prelude #D2BADA
Tints of Prelude #D2BADA
RGB
CMYK
RGB Variations
Color information
#D2BADA (or 0xD2BADA) is known color: Prelude. HEX triplet: D2, BA and DA. RGB value is (210,186,218). Sum of RGB (Red+Green+Blue) = 210+186+218=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADA is #2D4525. Grayscale: #C4C4C4. Windows color (decimal): -2966822 or 14334674. OLE color: 14334674.
HSL color Cylindrical-coordinate representation of color #D2BADA: hue angle of 285º 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 #D2BADA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 186 | 218 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.15 |
| HSL | 285º | 0.3% | 0.79% | - |
| HSV(B) | 285º | 0.15% | 0.85% | - |
| XYZ | 56.79 | 53.88 | 73.74 | - |
| YUV | 196.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 218 | 0.04 | 0.15 | 0 | 0.15 | 285 | 0.3 | 0.79 |
| Hex | D2 | BA | DA | 4 | F | 0 | F | 11D | 1E | 4F |
| Octal | 322 | 272 | 332 | 4 | 17 | 0 | 17 | 435 | 36 | 117 |
| Binary | 11010010 | 10111010 | 11011010 | 100 | 1111 | 0 | 1111 | 100011101 | 11110 | 1001111 |
Color Harmonies of #D2BADA
Complementary color
Monochromatic Colors of #D2BADA
Black with #D2BADA
Text Example
Text Example
White with #D2BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BADA; }
p { color: rgb(210,186,218); }
H1.HeaderClassName
{
color: #D2BADA;
}
.AnyTagClassName
{
color: #D2BADA;
}
</style>
background-color css
<style>
a { background-color: #D2BADA; }
a { background-color: rgb(210,186,218); }
div.DivClassName
{
background-color: #D2BADA;
}
.BgClassName
{
background-color: #D2BADA;
}
</style>
border-color css
<style>
span { border-color: #D2BADA; }
span { border-color: rgb(210,186,218); }
td.TdClassName
{
border-color: #D2BADA;
}
.TagClassName
{
border-color: #D2BADA;
}
</style>