Shades of Prelude #D1B4DC
Tints of Prelude #D1B4DC
RGB
CMYK
RGB Variations
Color information
#D1B4DC (or 0xD1B4DC) is known color: Prelude. HEX triplet: D1, B4 and DC. RGB value is (209,180,220). Sum of RGB (Red+Green+Blue) = 209+180+220=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 180 (70.70% from 255 or 29.56% 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 #D1B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B4DC is #2E4B23. Grayscale: #C1C1C1. Windows color (decimal): -3033892 or 14464209. OLE color: 14464209.
HSL color Cylindrical-coordinate representation of color #D1B4DC: hue angle of 283.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B4DC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 180 | 220 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.14 |
| HSL | 283.5º | 0.36% | 0.78% | - |
| HSV(B) | 283.5º | 0.18% | 0.86% | - |
| XYZ | 55.53 | 51.37 | 74.7 | - |
| YUV | 193.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 220 | 0.05 | 0.18 | 0 | 0.14 | 283.5 | 0.36 | 0.78 |
| Hex | D1 | B4 | DC | 5 | 12 | 0 | E | 11C | 24 | 4E |
| Octal | 321 | 264 | 334 | 5 | 22 | 0 | 16 | 434 | 44 | 116 |
| Binary | 11010001 | 10110100 | 11011100 | 101 | 10010 | 0 | 1110 | 100011100 | 100100 | 1001110 |
Color Harmonies of #D1B4DC
Complementary color
Monochromatic Colors of #D1B4DC
Black with #D1B4DC
Text Example
Text Example
White with #D1B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4DC; }
p { color: rgb(209,180,220); }
H1.HeaderClassName
{
color: #D1B4DC;
}
.AnyTagClassName
{
color: #D1B4DC;
}
</style>
background-color css
<style>
a { background-color: #D1B4DC; }
a { background-color: rgb(209,180,220); }
div.DivClassName
{
background-color: #D1B4DC;
}
.BgClassName
{
background-color: #D1B4DC;
}
</style>
border-color css
<style>
span { border-color: #D1B4DC; }
span { border-color: rgb(209,180,220); }
td.TdClassName
{
border-color: #D1B4DC;
}
.TagClassName
{
border-color: #D1B4DC;
}
</style>