Shades of Prelude #D4B1E1
Tints of Prelude #D4B1E1
RGB
CMYK
RGB Variations
Color information
#D4B1E1 (or 0xD4B1E1) is known color: Prelude. HEX triplet: D4, B1 and E1. RGB value is (212,177,225). Sum of RGB (Red+Green+Blue) = 212+177+225=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1E1 is #2B4E1E. Grayscale: #C0C0C0. Windows color (decimal): -2838047 or 14791124. OLE color: 14791124.
HSL color Cylindrical-coordinate representation of color #D4B1E1: hue angle of 283.75º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4B1E1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 177 | 225 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.12 |
| HSL | 283.75º | 0.44% | 0.79% | - |
| HSV(B) | 283.75º | 0.21% | 0.88% | - |
| XYZ | 56.46 | 50.88 | 78.08 | - |
| YUV | 192.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 225 | 0.06 | 0.21 | 0 | 0.12 | 283.75 | 0.44 | 0.79 |
| Hex | D4 | B1 | E1 | 6 | 15 | 0 | C | 11C | 2C | 4F |
| Octal | 324 | 261 | 341 | 6 | 25 | 0 | 14 | 434 | 54 | 117 |
| Binary | 11010100 | 10110001 | 11100001 | 110 | 10101 | 0 | 1100 | 100011100 | 101100 | 1001111 |
Color Harmonies of #D4B1E1
Complementary color
Monochromatic Colors of #D4B1E1
Black with #D4B1E1
Text Example
Text Example
White with #D4B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1E1; }
p { color: rgb(212,177,225); }
H1.HeaderClassName
{
color: #D4B1E1;
}
.AnyTagClassName
{
color: #D4B1E1;
}
</style>
background-color css
<style>
a { background-color: #D4B1E1; }
a { background-color: rgb(212,177,225); }
div.DivClassName
{
background-color: #D4B1E1;
}
.BgClassName
{
background-color: #D4B1E1;
}
</style>
border-color css
<style>
span { border-color: #D4B1E1; }
span { border-color: rgb(212,177,225); }
td.TdClassName
{
border-color: #D4B1E1;
}
.TagClassName
{
border-color: #D4B1E1;
}
</style>