Shades of Prelude #D5B0DF
Tints of Prelude #D5B0DF
RGB
CMYK
RGB Variations
Color information
#D5B0DF (or 0xD5B0DF) is known color: Prelude. HEX triplet: D5, B0 and DF. RGB value is (213,176,223). Sum of RGB (Red+Green+Blue) = 213+176+223=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DF is #2A4F20. Grayscale: #C0C0C0. Windows color (decimal): -2772769 or 14659797. OLE color: 14659797.
HSL color Cylindrical-coordinate representation of color #D5B0DF: hue angle of 287.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5B0DF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 176 | 223 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.13 |
| HSL | 287.23º | 0.42% | 0.78% | - |
| HSV(B) | 287.23º | 0.21% | 0.87% | - |
| XYZ | 56.29 | 50.52 | 76.6 | - |
| YUV | 192.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 223 | 0.04 | 0.21 | 0 | 0.13 | 287.23 | 0.42 | 0.78 |
| Hex | D5 | B0 | DF | 4 | 15 | 0 | D | 11F | 2A | 4E |
| Octal | 325 | 260 | 337 | 4 | 25 | 0 | 15 | 437 | 52 | 116 |
| Binary | 11010101 | 10110000 | 11011111 | 100 | 10101 | 0 | 1101 | 100011111 | 101010 | 1001110 |
Color Harmonies of #D5B0DF
Complementary color
Monochromatic Colors of #D5B0DF
Black with #D5B0DF
Text Example
Text Example
White with #D5B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0DF; }
p { color: rgb(213,176,223); }
H1.HeaderClassName
{
color: #D5B0DF;
}
.AnyTagClassName
{
color: #D5B0DF;
}
</style>
background-color css
<style>
a { background-color: #D5B0DF; }
a { background-color: rgb(213,176,223); }
div.DivClassName
{
background-color: #D5B0DF;
}
.BgClassName
{
background-color: #D5B0DF;
}
</style>
border-color css
<style>
span { border-color: #D5B0DF; }
span { border-color: rgb(213,176,223); }
td.TdClassName
{
border-color: #D5B0DF;
}
.TagClassName
{
border-color: #D5B0DF;
}
</style>