Shades of Prelude #D5B0DC
Tints of Prelude #D5B0DC
RGB
CMYK
RGB Variations
Color information
#D5B0DC (or 0xD5B0DC) is known color: Prelude. HEX triplet: D5, B0 and DC. RGB value is (213,176,220). Sum of RGB (Red+Green+Blue) = 213+176+220=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DC is #2A4F23. Grayscale: #BFBFBF. Windows color (decimal): -2772772 or 14463189. OLE color: 14463189.
HSL color Cylindrical-coordinate representation of color #D5B0DC: hue angle of 290.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B0DC is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 176 | 220 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.14 |
| HSL | 290.45º | 0.39% | 0.78% | - |
| HSV(B) | 290.45º | 0.2% | 0.86% | - |
| XYZ | 55.88 | 50.36 | 74.49 | - |
| YUV | 192.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 220 | 0.03 | 0.2 | 0 | 0.14 | 290.45 | 0.39 | 0.78 |
| Hex | D5 | B0 | DC | 3 | 14 | 0 | E | 122 | 27 | 4E |
| Octal | 325 | 260 | 334 | 3 | 24 | 0 | 16 | 442 | 47 | 116 |
| Binary | 11010101 | 10110000 | 11011100 | 11 | 10100 | 0 | 1110 | 100100010 | 100111 | 1001110 |
Color Harmonies of #D5B0DC
Complementary color
Monochromatic Colors of #D5B0DC
Black with #D5B0DC
Text Example
Text Example
White with #D5B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0DC; }
p { color: rgb(213,176,220); }
H1.HeaderClassName
{
color: #D5B0DC;
}
.AnyTagClassName
{
color: #D5B0DC;
}
</style>
background-color css
<style>
a { background-color: #D5B0DC; }
a { background-color: rgb(213,176,220); }
div.DivClassName
{
background-color: #D5B0DC;
}
.BgClassName
{
background-color: #D5B0DC;
}
</style>
border-color css
<style>
span { border-color: #D5B0DC; }
span { border-color: rgb(213,176,220); }
td.TdClassName
{
border-color: #D5B0DC;
}
.TagClassName
{
border-color: #D5B0DC;
}
</style>