Shades of Prelude #D1B3DC
Tints of Prelude #D1B3DC
RGB
CMYK
RGB Variations
Color information
#D1B3DC (or 0xD1B3DC) is known color: Prelude. HEX triplet: D1, B3 and DC. RGB value is (209,179,220). Sum of RGB (Red+Green+Blue) = 209+179+220=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3DC is #2E4C23. Grayscale: #C0C0C0. Windows color (decimal): -3034148 or 14463953. OLE color: 14463953.
HSL color Cylindrical-coordinate representation of color #D1B3DC: hue angle of 283.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B3DC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 179 | 220 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.14 |
| HSL | 283.9º | 0.37% | 0.78% | - |
| HSV(B) | 283.9º | 0.19% | 0.86% | - |
| XYZ | 55.33 | 50.96 | 74.63 | - |
| YUV | 192.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 220 | 0.05 | 0.19 | 0 | 0.14 | 283.9 | 0.37 | 0.78 |
| Hex | D1 | B3 | DC | 5 | 13 | 0 | E | 11C | 25 | 4E |
| Octal | 321 | 263 | 334 | 5 | 23 | 0 | 16 | 434 | 45 | 116 |
| Binary | 11010001 | 10110011 | 11011100 | 101 | 10011 | 0 | 1110 | 100011100 | 100101 | 1001110 |
Color Harmonies of #D1B3DC
Complementary color
Monochromatic Colors of #D1B3DC
Black with #D1B3DC
Text Example
Text Example
White with #D1B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B3DC; }
p { color: rgb(209,179,220); }
H1.HeaderClassName
{
color: #D1B3DC;
}
.AnyTagClassName
{
color: #D1B3DC;
}
</style>
background-color css
<style>
a { background-color: #D1B3DC; }
a { background-color: rgb(209,179,220); }
div.DivClassName
{
background-color: #D1B3DC;
}
.BgClassName
{
background-color: #D1B3DC;
}
</style>
border-color css
<style>
span { border-color: #D1B3DC; }
span { border-color: rgb(209,179,220); }
td.TdClassName
{
border-color: #D1B3DC;
}
.TagClassName
{
border-color: #D1B3DC;
}
</style>