Shades of Prelude #D1B0E5
Tints of Prelude #D1B0E5
RGB
CMYK
RGB Variations
Color information
#D1B0E5 (or 0xD1B0E5) is known color: Prelude. HEX triplet: D1, B0 and E5. RGB value is (209,176,229). Sum of RGB (Red+Green+Blue) = 209+176+229=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0E5 is #2E4F1A. Grayscale: #BFBFBF. Windows color (decimal): -3034907 or 15053009. OLE color: 15053009.
HSL color Cylindrical-coordinate representation of color #D1B0E5: hue angle of 277.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B0E5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 176 | 229 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.10 |
| HSL | 277.36º | 0.5% | 0.79% | - |
| HSV(B) | 277.36º | 0.23% | 0.9% | - |
| XYZ | 55.96 | 50.26 | 80.88 | - |
| YUV | 191.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 229 | 0.09 | 0.23 | 0 | 0.10 | 277.36 | 0.5 | 0.79 |
| Hex | D1 | B0 | E5 | 9 | 17 | 0 | A | 115 | 32 | 4F |
| Octal | 321 | 260 | 345 | 11 | 27 | 0 | 12 | 425 | 62 | 117 |
| Binary | 11010001 | 10110000 | 11100101 | 1001 | 10111 | 0 | 1010 | 100010101 | 110010 | 1001111 |
Color Harmonies of #D1B0E5
Complementary color
Monochromatic Colors of #D1B0E5
Black with #D1B0E5
Text Example
Text Example
White with #D1B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0E5; }
p { color: rgb(209,176,229); }
H1.HeaderClassName
{
color: #D1B0E5;
}
.AnyTagClassName
{
color: #D1B0E5;
}
</style>
background-color css
<style>
a { background-color: #D1B0E5; }
a { background-color: rgb(209,176,229); }
div.DivClassName
{
background-color: #D1B0E5;
}
.BgClassName
{
background-color: #D1B0E5;
}
</style>
border-color css
<style>
span { border-color: #D1B0E5; }
span { border-color: rgb(209,176,229); }
td.TdClassName
{
border-color: #D1B0E5;
}
.TagClassName
{
border-color: #D1B0E5;
}
</style>