Shades of Prelude #D1B5DA
Tints of Prelude #D1B5DA
RGB
CMYK
RGB Variations
Color information
#D1B5DA (or 0xD1B5DA) is known color: Prelude. HEX triplet: D1, B5 and DA. RGB value is (209,181,218). Sum of RGB (Red+Green+Blue) = 209+181+218=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5DA is #2E4A25. Grayscale: #C1C1C1. Windows color (decimal): -3033638 or 14333393. OLE color: 14333393.
HSL color Cylindrical-coordinate representation of color #D1B5DA: hue angle of 285.41º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1B5DA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 181 | 218 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.15 |
| HSL | 285.41º | 0.33% | 0.78% | - |
| HSV(B) | 285.41º | 0.17% | 0.85% | - |
| XYZ | 55.47 | 51.67 | 73.38 | - |
| YUV | 193.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 218 | 0.04 | 0.17 | 0 | 0.15 | 285.41 | 0.33 | 0.78 |
| Hex | D1 | B5 | DA | 4 | 11 | 0 | F | 11D | 21 | 4E |
| Octal | 321 | 265 | 332 | 4 | 21 | 0 | 17 | 435 | 41 | 116 |
| Binary | 11010001 | 10110101 | 11011010 | 100 | 10001 | 0 | 1111 | 100011101 | 100001 | 1001110 |
Color Harmonies of #D1B5DA
Complementary color
Monochromatic Colors of #D1B5DA
Black with #D1B5DA
Text Example
Text Example
White with #D1B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5DA; }
p { color: rgb(209,181,218); }
H1.HeaderClassName
{
color: #D1B5DA;
}
.AnyTagClassName
{
color: #D1B5DA;
}
</style>
background-color css
<style>
a { background-color: #D1B5DA; }
a { background-color: rgb(209,181,218); }
div.DivClassName
{
background-color: #D1B5DA;
}
.BgClassName
{
background-color: #D1B5DA;
}
</style>
border-color css
<style>
span { border-color: #D1B5DA; }
span { border-color: rgb(209,181,218); }
td.TdClassName
{
border-color: #D1B5DA;
}
.TagClassName
{
border-color: #D1B5DA;
}
</style>