Shades of Prelude #D1BEDC
Tints of Prelude #D1BEDC
RGB
CMYK
RGB Variations
Color information
#D1BEDC (or 0xD1BEDC) is known color: Prelude. HEX triplet: D1, BE and DC. RGB value is (209,190,220). Sum of RGB (Red+Green+Blue) = 209+190+220=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEDC is #2E4123. Grayscale: #C6C6C6. Windows color (decimal): -3031332 or 14466769. OLE color: 14466769.
HSL color Cylindrical-coordinate representation of color #D1BEDC: hue angle of 278º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1BEDC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 190 | 220 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.14 |
| HSL | 278º | 0.3% | 0.8% | - |
| HSV(B) | 278º | 0.14% | 0.86% | - |
| XYZ | 57.63 | 55.55 | 75.4 | - |
| YUV | 199.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 220 | 0.05 | 0.14 | 0 | 0.14 | 278 | 0.3 | 0.8 |
| Hex | D1 | BE | DC | 5 | E | 0 | E | 116 | 1E | 50 |
| Octal | 321 | 276 | 334 | 5 | 16 | 0 | 16 | 426 | 36 | 120 |
| Binary | 11010001 | 10111110 | 11011100 | 101 | 1110 | 0 | 1110 | 100010110 | 11110 | 1010000 |
Color Harmonies of #D1BEDC
Complementary color
Monochromatic Colors of #D1BEDC
Black with #D1BEDC
Text Example
Text Example
White with #D1BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEDC; }
p { color: rgb(209,190,220); }
H1.HeaderClassName
{
color: #D1BEDC;
}
.AnyTagClassName
{
color: #D1BEDC;
}
</style>
background-color css
<style>
a { background-color: #D1BEDC; }
a { background-color: rgb(209,190,220); }
div.DivClassName
{
background-color: #D1BEDC;
}
.BgClassName
{
background-color: #D1BEDC;
}
</style>
border-color css
<style>
span { border-color: #D1BEDC; }
span { border-color: rgb(209,190,220); }
td.TdClassName
{
border-color: #D1BEDC;
}
.TagClassName
{
border-color: #D1BEDC;
}
</style>