Shades of Prelude #D1B0E1
Tints of Prelude #D1B0E1
RGB
CMYK
RGB Variations
Color information
#D1B0E1 (or 0xD1B0E1) is known color: Prelude. HEX triplet: D1, B0 and E1. RGB value is (209,176,225). Sum of RGB (Red+Green+Blue) = 209+176+225=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0E1 is #2E4F1E. Grayscale: #BFBFBF. Windows color (decimal): -3034911 or 14790865. OLE color: 14790865.
HSL color Cylindrical-coordinate representation of color #D1B0E1: hue angle of 280.41º 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 #D1B0E1 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 176 | 225 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.12 |
| HSL | 280.41º | 0.45% | 0.79% | - |
| HSV(B) | 280.41º | 0.22% | 0.88% | - |
| XYZ | 55.41 | 50.04 | 77.97 | - |
| YUV | 191.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 225 | 0.07 | 0.22 | 0 | 0.12 | 280.41 | 0.45 | 0.79 |
| Hex | D1 | B0 | E1 | 7 | 16 | 0 | C | 118 | 2D | 4F |
| Octal | 321 | 260 | 341 | 7 | 26 | 0 | 14 | 430 | 55 | 117 |
| Binary | 11010001 | 10110000 | 11100001 | 111 | 10110 | 0 | 1100 | 100011000 | 101101 | 1001111 |
Color Harmonies of #D1B0E1
Complementary color
Monochromatic Colors of #D1B0E1
Black with #D1B0E1
Text Example
Text Example
White with #D1B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0E1; }
p { color: rgb(209,176,225); }
H1.HeaderClassName
{
color: #D1B0E1;
}
.AnyTagClassName
{
color: #D1B0E1;
}
</style>
background-color css
<style>
a { background-color: #D1B0E1; }
a { background-color: rgb(209,176,225); }
div.DivClassName
{
background-color: #D1B0E1;
}
.BgClassName
{
background-color: #D1B0E1;
}
</style>
border-color css
<style>
span { border-color: #D1B0E1; }
span { border-color: rgb(209,176,225); }
td.TdClassName
{
border-color: #D1B0E1;
}
.TagClassName
{
border-color: #D1B0E1;
}
</style>