Shades of Prelude #D2BADB
Tints of Prelude #D2BADB
RGB
CMYK
RGB Variations
Color information
#D2BADB (or 0xD2BADB) is known color: Prelude. HEX triplet: D2, BA and DB. RGB value is (210,186,219). Sum of RGB (Red+Green+Blue) = 210+186+219=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADB is #2D4524. Grayscale: #C4C4C4. Windows color (decimal): -2966821 or 14400210. OLE color: 14400210.
HSL color Cylindrical-coordinate representation of color #D2BADB: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BADB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 186 | 219 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.14 |
| HSL | 283.64º | 0.31% | 0.79% | - |
| HSV(B) | 283.64º | 0.15% | 0.86% | - |
| XYZ | 56.92 | 53.93 | 74.43 | - |
| YUV | 196.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 219 | 0.04 | 0.15 | 0 | 0.14 | 283.64 | 0.31 | 0.79 |
| Hex | D2 | BA | DB | 4 | F | 0 | E | 11C | 1F | 4F |
| Octal | 322 | 272 | 333 | 4 | 17 | 0 | 16 | 434 | 37 | 117 |
| Binary | 11010010 | 10111010 | 11011011 | 100 | 1111 | 0 | 1110 | 100011100 | 11111 | 1001111 |
Color Harmonies of #D2BADB
Complementary color
Monochromatic Colors of #D2BADB
Black with #D2BADB
Text Example
Text Example
White with #D2BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BADB; }
p { color: rgb(210,186,219); }
H1.HeaderClassName
{
color: #D2BADB;
}
.AnyTagClassName
{
color: #D2BADB;
}
</style>
background-color css
<style>
a { background-color: #D2BADB; }
a { background-color: rgb(210,186,219); }
div.DivClassName
{
background-color: #D2BADB;
}
.BgClassName
{
background-color: #D2BADB;
}
</style>
border-color css
<style>
span { border-color: #D2BADB; }
span { border-color: rgb(210,186,219); }
td.TdClassName
{
border-color: #D2BADB;
}
.TagClassName
{
border-color: #D2BADB;
}
</style>