Shades of Prelude #D4B0E1
Tints of Prelude #D4B0E1
RGB
CMYK
RGB Variations
Color information
#D4B0E1 (or 0xD4B0E1) is known color: Prelude. HEX triplet: D4, B0 and E1. RGB value is (212,176,225). Sum of RGB (Red+Green+Blue) = 212+176+225=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0E1 is #2B4F1E. Grayscale: #C0C0C0. Windows color (decimal): -2838303 or 14790868. OLE color: 14790868.
HSL color Cylindrical-coordinate representation of color #D4B0E1: hue angle of 284.08º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B0E1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 176 | 225 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.12 |
| HSL | 284.08º | 0.45% | 0.79% | - |
| HSV(B) | 284.08º | 0.22% | 0.88% | - |
| XYZ | 56.27 | 50.48 | 78.01 | - |
| YUV | 192.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 225 | 0.06 | 0.22 | 0 | 0.12 | 284.08 | 0.45 | 0.79 |
| Hex | D4 | B0 | E1 | 6 | 16 | 0 | C | 11C | 2D | 4F |
| Octal | 324 | 260 | 341 | 6 | 26 | 0 | 14 | 434 | 55 | 117 |
| Binary | 11010100 | 10110000 | 11100001 | 110 | 10110 | 0 | 1100 | 100011100 | 101101 | 1001111 |
Color Harmonies of #D4B0E1
Complementary color
Monochromatic Colors of #D4B0E1
Black with #D4B0E1
Text Example
Text Example
White with #D4B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0E1; }
p { color: rgb(212,176,225); }
H1.HeaderClassName
{
color: #D4B0E1;
}
.AnyTagClassName
{
color: #D4B0E1;
}
</style>
background-color css
<style>
a { background-color: #D4B0E1; }
a { background-color: rgb(212,176,225); }
div.DivClassName
{
background-color: #D4B0E1;
}
.BgClassName
{
background-color: #D4B0E1;
}
</style>
border-color css
<style>
span { border-color: #D4B0E1; }
span { border-color: rgb(212,176,225); }
td.TdClassName
{
border-color: #D4B0E1;
}
.TagClassName
{
border-color: #D4B0E1;
}
</style>