Shades of Prelude #D4B0E0
Tints of Prelude #D4B0E0
RGB
CMYK
RGB Variations
Color information
#D4B0E0 (or 0xD4B0E0) is known color: Prelude. HEX triplet: D4, B0 and E0. RGB value is (212,176,224). Sum of RGB (Red+Green+Blue) = 212+176+224=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4B0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0E0 is #2B4F1F. Grayscale: #C0C0C0. Windows color (decimal): -2838304 or 14725332. OLE color: 14725332.
HSL color Cylindrical-coordinate representation of color #D4B0E0: hue angle of 285º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4B0E0 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 176 | 224 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.12 |
| HSL | 285º | 0.44% | 0.78% | - |
| HSV(B) | 285º | 0.21% | 0.88% | - |
| XYZ | 56.13 | 50.43 | 77.3 | - |
| YUV | 192.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 224 | 0.05 | 0.21 | 0 | 0.12 | 285 | 0.44 | 0.78 |
| Hex | D4 | B0 | E0 | 5 | 15 | 0 | C | 11D | 2C | 4E |
| Octal | 324 | 260 | 340 | 5 | 25 | 0 | 14 | 435 | 54 | 116 |
| Binary | 11010100 | 10110000 | 11100000 | 101 | 10101 | 0 | 1100 | 100011101 | 101100 | 1001110 |
Color Harmonies of #D4B0E0
Complementary color
Monochromatic Colors of #D4B0E0
Black with #D4B0E0
Text Example
Text Example
White with #D4B0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0E0; }
p { color: rgb(212,176,224); }
H1.HeaderClassName
{
color: #D4B0E0;
}
.AnyTagClassName
{
color: #D4B0E0;
}
</style>
background-color css
<style>
a { background-color: #D4B0E0; }
a { background-color: rgb(212,176,224); }
div.DivClassName
{
background-color: #D4B0E0;
}
.BgClassName
{
background-color: #D4B0E0;
}
</style>
border-color css
<style>
span { border-color: #D4B0E0; }
span { border-color: rgb(212,176,224); }
td.TdClassName
{
border-color: #D4B0E0;
}
.TagClassName
{
border-color: #D4B0E0;
}
</style>