Shades of Prelude #D1B4DA
Tints of Prelude #D1B4DA
RGB
CMYK
RGB Variations
Color information
#D1B4DA (or 0xD1B4DA) is known color: Prelude. HEX triplet: D1, B4 and DA. RGB value is (209,180,218). Sum of RGB (Red+Green+Blue) = 209+180+218=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1B4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B4DA is #2E4B25. Grayscale: #C0C0C0. Windows color (decimal): -3033894 or 14333137. OLE color: 14333137.
HSL color Cylindrical-coordinate representation of color #D1B4DA: hue angle of 285.79º degrees, saturation: 0.34, 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 #D1B4DA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 180 | 218 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.15 |
| HSL | 285.79º | 0.34% | 0.78% | - |
| HSV(B) | 285.79º | 0.17% | 0.85% | - |
| XYZ | 55.27 | 51.26 | 73.31 | - |
| YUV | 193 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 218 | 0.04 | 0.17 | 0 | 0.15 | 285.79 | 0.34 | 0.78 |
| Hex | D1 | B4 | DA | 4 | 11 | 0 | F | 11E | 22 | 4E |
| Octal | 321 | 264 | 332 | 4 | 21 | 0 | 17 | 436 | 42 | 116 |
| Binary | 11010001 | 10110100 | 11011010 | 100 | 10001 | 0 | 1111 | 100011110 | 100010 | 1001110 |
Color Harmonies of #D1B4DA
Complementary color
Monochromatic Colors of #D1B4DA
Black with #D1B4DA
Text Example
Text Example
White with #D1B4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4DA; }
p { color: rgb(209,180,218); }
H1.HeaderClassName
{
color: #D1B4DA;
}
.AnyTagClassName
{
color: #D1B4DA;
}
</style>
background-color css
<style>
a { background-color: #D1B4DA; }
a { background-color: rgb(209,180,218); }
div.DivClassName
{
background-color: #D1B4DA;
}
.BgClassName
{
background-color: #D1B4DA;
}
</style>
border-color css
<style>
span { border-color: #D1B4DA; }
span { border-color: rgb(209,180,218); }
td.TdClassName
{
border-color: #D1B4DA;
}
.TagClassName
{
border-color: #D1B4DA;
}
</style>