Shades of Prelude #D4BBDE
Tints of Prelude #D4BBDE
RGB
CMYK
RGB Variations
Color information
#D4BBDE (or 0xD4BBDE) is known color: Prelude. HEX triplet: D4, BB and DE. RGB value is (212,187,222). Sum of RGB (Red+Green+Blue) = 212+187+222=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBDE is #2B4421. Grayscale: #C6C6C6. Windows color (decimal): -2835490 or 14597076. OLE color: 14597076.
HSL color Cylindrical-coordinate representation of color #D4BBDE: hue angle of 282.86º 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 #D4BBDE is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 187 | 222 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 282.86º | 0.35% | 0.8% | - |
| HSV(B) | 282.86º | 0.16% | 0.87% | - |
| XYZ | 58.11 | 54.81 | 76.62 | - |
| YUV | 198.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 222 | 0.05 | 0.16 | 0 | 0.13 | 282.86 | 0.35 | 0.8 |
| Hex | D4 | BB | DE | 5 | 10 | 0 | D | 11B | 23 | 50 |
| Octal | 324 | 273 | 336 | 5 | 20 | 0 | 15 | 433 | 43 | 120 |
| Binary | 11010100 | 10111011 | 11011110 | 101 | 10000 | 0 | 1101 | 100011011 | 100011 | 1010000 |
Color Harmonies of #D4BBDE
Complementary color
Monochromatic Colors of #D4BBDE
Black with #D4BBDE
Text Example
Text Example
White with #D4BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBDE; }
p { color: rgb(212,187,222); }
H1.HeaderClassName
{
color: #D4BBDE;
}
.AnyTagClassName
{
color: #D4BBDE;
}
</style>
background-color css
<style>
a { background-color: #D4BBDE; }
a { background-color: rgb(212,187,222); }
div.DivClassName
{
background-color: #D4BBDE;
}
.BgClassName
{
background-color: #D4BBDE;
}
</style>
border-color css
<style>
span { border-color: #D4BBDE; }
span { border-color: rgb(212,187,222); }
td.TdClassName
{
border-color: #D4BBDE;
}
.TagClassName
{
border-color: #D4BBDE;
}
</style>