Shades of Prelude #D1BED9
Tints of Prelude #D1BED9
RGB
CMYK
RGB Variations
Color information
#D1BED9 (or 0xD1BED9) is known color: Prelude. HEX triplet: D1, BE and D9. RGB value is (209,190,217). Sum of RGB (Red+Green+Blue) = 209+190+217=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BED9 is #2E4126. Grayscale: #C6C6C6. Windows color (decimal): -3031335 or 14270161. OLE color: 14270161.
HSL color Cylindrical-coordinate representation of color #D1BED9: hue angle of 282.22º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BED9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 190 | 217 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.15 |
| HSL | 282.22º | 0.26% | 0.8% | - |
| HSV(B) | 282.22º | 0.12% | 0.85% | - |
| XYZ | 57.23 | 55.39 | 73.32 | - |
| YUV | 198.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 217 | 0.04 | 0.12 | 0 | 0.15 | 282.22 | 0.26 | 0.8 |
| Hex | D1 | BE | D9 | 4 | C | 0 | F | 11A | 1A | 50 |
| Octal | 321 | 276 | 331 | 4 | 14 | 0 | 17 | 432 | 32 | 120 |
| Binary | 11010001 | 10111110 | 11011001 | 100 | 1100 | 0 | 1111 | 100011010 | 11010 | 1010000 |
Color Harmonies of #D1BED9
Complementary color
Monochromatic Colors of #D1BED9
Black with #D1BED9
Text Example
Text Example
White with #D1BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BED9; }
p { color: rgb(209,190,217); }
H1.HeaderClassName
{
color: #D1BED9;
}
.AnyTagClassName
{
color: #D1BED9;
}
</style>
background-color css
<style>
a { background-color: #D1BED9; }
a { background-color: rgb(209,190,217); }
div.DivClassName
{
background-color: #D1BED9;
}
.BgClassName
{
background-color: #D1BED9;
}
</style>
border-color css
<style>
span { border-color: #D1BED9; }
span { border-color: rgb(209,190,217); }
td.TdClassName
{
border-color: #D1BED9;
}
.TagClassName
{
border-color: #D1BED9;
}
</style>