Shades of Prelude #D0BADC
Tints of Prelude #D0BADC
RGB
CMYK
RGB Variations
Color information
#D0BADC (or 0xD0BADC) is known color: Prelude. HEX triplet: D0, BA and DC. RGB value is (208,186,220). Sum of RGB (Red+Green+Blue) = 208+186+220=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADC is #2F4523. Grayscale: #C4C4C4. Windows color (decimal): -3097892 or 14465744. OLE color: 14465744.
HSL color Cylindrical-coordinate representation of color #D0BADC: hue angle of 278.82º 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 #D0BADC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 186 | 220 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.14 |
| HSL | 278.82º | 0.33% | 0.8% | - |
| HSV(B) | 278.82º | 0.15% | 0.86% | - |
| XYZ | 56.49 | 53.7 | 75.1 | - |
| YUV | 196.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 220 | 0.05 | 0.15 | 0 | 0.14 | 278.82 | 0.33 | 0.8 |
| Hex | D0 | BA | DC | 5 | F | 0 | E | 117 | 21 | 50 |
| Octal | 320 | 272 | 334 | 5 | 17 | 0 | 16 | 427 | 41 | 120 |
| Binary | 11010000 | 10111010 | 11011100 | 101 | 1111 | 0 | 1110 | 100010111 | 100001 | 1010000 |
Color Harmonies of #D0BADC
Complementary color
Monochromatic Colors of #D0BADC
Black with #D0BADC
Text Example
Text Example
White with #D0BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BADC; }
p { color: rgb(208,186,220); }
H1.HeaderClassName
{
color: #D0BADC;
}
.AnyTagClassName
{
color: #D0BADC;
}
</style>
background-color css
<style>
a { background-color: #D0BADC; }
a { background-color: rgb(208,186,220); }
div.DivClassName
{
background-color: #D0BADC;
}
.BgClassName
{
background-color: #D0BADC;
}
</style>
border-color css
<style>
span { border-color: #D0BADC; }
span { border-color: rgb(208,186,220); }
td.TdClassName
{
border-color: #D0BADC;
}
.TagClassName
{
border-color: #D0BADC;
}
</style>