Shades of Prelude #D1B5DC
Tints of Prelude #D1B5DC
RGB
CMYK
RGB Variations
Color information
#D1B5DC (or 0xD1B5DC) is known color: Prelude. HEX triplet: D1, B5 and DC. RGB value is (209,181,220). Sum of RGB (Red+Green+Blue) = 209+181+220=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5DC is #2E4A23. Grayscale: #C1C1C1. Windows color (decimal): -3033636 or 14464465. OLE color: 14464465.
HSL color Cylindrical-coordinate representation of color #D1B5DC: hue angle of 283.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B5DC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 181 | 220 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.14 |
| HSL | 283.08º | 0.36% | 0.79% | - |
| HSV(B) | 283.08º | 0.18% | 0.86% | - |
| XYZ | 55.74 | 51.77 | 74.77 | - |
| YUV | 193.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 220 | 0.05 | 0.18 | 0 | 0.14 | 283.08 | 0.36 | 0.79 |
| Hex | D1 | B5 | DC | 5 | 12 | 0 | E | 11B | 24 | 4F |
| Octal | 321 | 265 | 334 | 5 | 22 | 0 | 16 | 433 | 44 | 117 |
| Binary | 11010001 | 10110101 | 11011100 | 101 | 10010 | 0 | 1110 | 100011011 | 100100 | 1001111 |
Color Harmonies of #D1B5DC
Complementary color
Monochromatic Colors of #D1B5DC
Black with #D1B5DC
Text Example
Text Example
White with #D1B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5DC; }
p { color: rgb(209,181,220); }
H1.HeaderClassName
{
color: #D1B5DC;
}
.AnyTagClassName
{
color: #D1B5DC;
}
</style>
background-color css
<style>
a { background-color: #D1B5DC; }
a { background-color: rgb(209,181,220); }
div.DivClassName
{
background-color: #D1B5DC;
}
.BgClassName
{
background-color: #D1B5DC;
}
</style>
border-color css
<style>
span { border-color: #D1B5DC; }
span { border-color: rgb(209,181,220); }
td.TdClassName
{
border-color: #D1B5DC;
}
.TagClassName
{
border-color: #D1B5DC;
}
</style>