Shades of Prelude #D9B0E5
Tints of Prelude #D9B0E5
RGB
CMYK
RGB Variations
Color information
#D9B0E5 (or 0xD9B0E5) is known color: Prelude. HEX triplet: D9, B0 and E5. RGB value is (217,176,229). Sum of RGB (Red+Green+Blue) = 217+176+229=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0E5 is #264F1A. Grayscale: #C2C2C2. Windows color (decimal): -2510619 or 15053017. OLE color: 15053017.
HSL color Cylindrical-coordinate representation of color #D9B0E5: hue angle of 286.42º 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 #D9B0E5 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 176 | 229 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.10 |
| HSL | 286.42º | 0.5% | 0.79% | - |
| HSV(B) | 286.42º | 0.23% | 0.9% | - |
| XYZ | 58.28 | 51.46 | 80.99 | - |
| YUV | 194.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 229 | 0.05 | 0.23 | 0 | 0.10 | 286.42 | 0.5 | 0.79 |
| Hex | D9 | B0 | E5 | 5 | 17 | 0 | A | 11E | 32 | 4F |
| Octal | 331 | 260 | 345 | 5 | 27 | 0 | 12 | 436 | 62 | 117 |
| Binary | 11011001 | 10110000 | 11100101 | 101 | 10111 | 0 | 1010 | 100011110 | 110010 | 1001111 |
Color Harmonies of #D9B0E5
Complementary color
Monochromatic Colors of #D9B0E5
Black with #D9B0E5
Text Example
Text Example
White with #D9B0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0E5; }
p { color: rgb(217,176,229); }
H1.HeaderClassName
{
color: #D9B0E5;
}
.AnyTagClassName
{
color: #D9B0E5;
}
</style>
background-color css
<style>
a { background-color: #D9B0E5; }
a { background-color: rgb(217,176,229); }
div.DivClassName
{
background-color: #D9B0E5;
}
.BgClassName
{
background-color: #D9B0E5;
}
</style>
border-color css
<style>
span { border-color: #D9B0E5; }
span { border-color: rgb(217,176,229); }
td.TdClassName
{
border-color: #D9B0E5;
}
.TagClassName
{
border-color: #D9B0E5;
}
</style>