Shades of Prelude #D4BADB
Tints of Prelude #D4BADB
RGB
CMYK
RGB Variations
Color information
#D4BADB (or 0xD4BADB) is known color: Prelude. HEX triplet: D4, BA and DB. RGB value is (212,186,219). Sum of RGB (Red+Green+Blue) = 212+186+219=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BADB is #2B4524. Grayscale: #C5C5C5. Windows color (decimal): -2835749 or 14400212. OLE color: 14400212.
HSL color Cylindrical-coordinate representation of color #D4BADB: hue angle of 287.27º 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 #D4BADB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 186 | 219 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.14 |
| HSL | 287.27º | 0.31% | 0.79% | - |
| HSV(B) | 287.27º | 0.15% | 0.86% | - |
| XYZ | 57.5 | 54.23 | 74.45 | - |
| YUV | 197.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 219 | 0.03 | 0.15 | 0 | 0.14 | 287.27 | 0.31 | 0.79 |
| Hex | D4 | BA | DB | 3 | F | 0 | E | 11F | 1F | 4F |
| Octal | 324 | 272 | 333 | 3 | 17 | 0 | 16 | 437 | 37 | 117 |
| Binary | 11010100 | 10111010 | 11011011 | 11 | 1111 | 0 | 1110 | 100011111 | 11111 | 1001111 |
Color Harmonies of #D4BADB
Complementary color
Monochromatic Colors of #D4BADB
Black with #D4BADB
Text Example
Text Example
White with #D4BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BADB; }
p { color: rgb(212,186,219); }
H1.HeaderClassName
{
color: #D4BADB;
}
.AnyTagClassName
{
color: #D4BADB;
}
</style>
background-color css
<style>
a { background-color: #D4BADB; }
a { background-color: rgb(212,186,219); }
div.DivClassName
{
background-color: #D4BADB;
}
.BgClassName
{
background-color: #D4BADB;
}
</style>
border-color css
<style>
span { border-color: #D4BADB; }
span { border-color: rgb(212,186,219); }
td.TdClassName
{
border-color: #D4BADB;
}
.TagClassName
{
border-color: #D4BADB;
}
</style>