Shades of Prelude #D0BADE
Tints of Prelude #D0BADE
RGB
CMYK
RGB Variations
Color information
#D0BADE (or 0xD0BADE) is known color: Prelude. HEX triplet: D0, BA and DE. RGB value is (208,186,222). Sum of RGB (Red+Green+Blue) = 208+186+222=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADE is #2F4521. Grayscale: #C4C4C4. Windows color (decimal): -3097890 or 14596816. OLE color: 14596816.
HSL color Cylindrical-coordinate representation of color #D0BADE: hue angle of 276.67º degrees, saturation: 0.35, 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 #D0BADE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 186 | 222 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.13 |
| HSL | 276.67º | 0.35% | 0.8% | - |
| HSV(B) | 276.67º | 0.16% | 0.87% | - |
| XYZ | 56.76 | 53.8 | 76.5 | - |
| YUV | 196.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 222 | 0.06 | 0.16 | 0 | 0.13 | 276.67 | 0.35 | 0.8 |
| Hex | D0 | BA | DE | 6 | 10 | 0 | D | 115 | 23 | 50 |
| Octal | 320 | 272 | 336 | 6 | 20 | 0 | 15 | 425 | 43 | 120 |
| Binary | 11010000 | 10111010 | 11011110 | 110 | 10000 | 0 | 1101 | 100010101 | 100011 | 1010000 |
Color Harmonies of #D0BADE
Complementary color
Monochromatic Colors of #D0BADE
Black with #D0BADE
Text Example
Text Example
White with #D0BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BADE; }
p { color: rgb(208,186,222); }
H1.HeaderClassName
{
color: #D0BADE;
}
.AnyTagClassName
{
color: #D0BADE;
}
</style>
background-color css
<style>
a { background-color: #D0BADE; }
a { background-color: rgb(208,186,222); }
div.DivClassName
{
background-color: #D0BADE;
}
.BgClassName
{
background-color: #D0BADE;
}
</style>
border-color css
<style>
span { border-color: #D0BADE; }
span { border-color: rgb(208,186,222); }
td.TdClassName
{
border-color: #D0BADE;
}
.TagClassName
{
border-color: #D0BADE;
}
</style>