Shades of Prelude #D0BADA
Tints of Prelude #D0BADA
RGB
CMYK
RGB Variations
Color information
#D0BADA (or 0xD0BADA) is known color: Prelude. HEX triplet: D0, BA and DA. RGB value is (208,186,218). Sum of RGB (Red+Green+Blue) = 208+186+218=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADA is #2F4525. Grayscale: #C4C4C4. Windows color (decimal): -3097894 or 14334672. OLE color: 14334672.
HSL color Cylindrical-coordinate representation of color #D0BADA: hue angle of 281.25º 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 #D0BADA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 186 | 218 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.15 |
| HSL | 281.25º | 0.3% | 0.79% | - |
| HSV(B) | 281.25º | 0.15% | 0.85% | - |
| XYZ | 56.23 | 53.59 | 73.71 | - |
| YUV | 196.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 218 | 0.05 | 0.15 | 0 | 0.15 | 281.25 | 0.3 | 0.79 |
| Hex | D0 | BA | DA | 5 | F | 0 | F | 119 | 1E | 4F |
| Octal | 320 | 272 | 332 | 5 | 17 | 0 | 17 | 431 | 36 | 117 |
| Binary | 11010000 | 10111010 | 11011010 | 101 | 1111 | 0 | 1111 | 100011001 | 11110 | 1001111 |
Color Harmonies of #D0BADA
Complementary color
Monochromatic Colors of #D0BADA
Black with #D0BADA
Text Example
Text Example
White with #D0BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BADA; }
p { color: rgb(208,186,218); }
H1.HeaderClassName
{
color: #D0BADA;
}
.AnyTagClassName
{
color: #D0BADA;
}
</style>
background-color css
<style>
a { background-color: #D0BADA; }
a { background-color: rgb(208,186,218); }
div.DivClassName
{
background-color: #D0BADA;
}
.BgClassName
{
background-color: #D0BADA;
}
</style>
border-color css
<style>
span { border-color: #D0BADA; }
span { border-color: rgb(208,186,218); }
td.TdClassName
{
border-color: #D0BADA;
}
.TagClassName
{
border-color: #D0BADA;
}
</style>