Shades of Prelude #D4BBDB
Tints of Prelude #D4BBDB
RGB
CMYK
RGB Variations
Color information
#D4BBDB (or 0xD4BBDB) is known color: Prelude. HEX triplet: D4, BB and DB. RGB value is (212,187,219). Sum of RGB (Red+Green+Blue) = 212+187+219=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBDB is #2B4424. Grayscale: #C6C6C6. Windows color (decimal): -2835493 or 14400468. OLE color: 14400468.
HSL color Cylindrical-coordinate representation of color #D4BBDB: hue angle of 286.88º degrees, saturation: 0.31, 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 #D4BBDB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 187 | 219 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.14 |
| HSL | 286.88º | 0.31% | 0.8% | - |
| HSV(B) | 286.88º | 0.15% | 0.86% | - |
| XYZ | 57.71 | 54.65 | 74.53 | - |
| YUV | 198.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 219 | 0.03 | 0.15 | 0 | 0.14 | 286.88 | 0.31 | 0.8 |
| Hex | D4 | BB | DB | 3 | F | 0 | E | 11F | 1F | 50 |
| Octal | 324 | 273 | 333 | 3 | 17 | 0 | 16 | 437 | 37 | 120 |
| Binary | 11010100 | 10111011 | 11011011 | 11 | 1111 | 0 | 1110 | 100011111 | 11111 | 1010000 |
Color Harmonies of #D4BBDB
Complementary color
Monochromatic Colors of #D4BBDB
Black with #D4BBDB
Text Example
Text Example
White with #D4BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBDB; }
p { color: rgb(212,187,219); }
H1.HeaderClassName
{
color: #D4BBDB;
}
.AnyTagClassName
{
color: #D4BBDB;
}
</style>
background-color css
<style>
a { background-color: #D4BBDB; }
a { background-color: rgb(212,187,219); }
div.DivClassName
{
background-color: #D4BBDB;
}
.BgClassName
{
background-color: #D4BBDB;
}
</style>
border-color css
<style>
span { border-color: #D4BBDB; }
span { border-color: rgb(212,187,219); }
td.TdClassName
{
border-color: #D4BBDB;
}
.TagClassName
{
border-color: #D4BBDB;
}
</style>