Shades of Prelude #D1BED8
Tints of Prelude #D1BED8
RGB
CMYK
RGB Variations
Color information
#D1BED8 (or 0xD1BED8) is known color: Prelude. HEX triplet: D1, BE and D8. RGB value is (209,190,216). Sum of RGB (Red+Green+Blue) = 209+190+216=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BED8 is #2E4127. Grayscale: #C6C6C6. Windows color (decimal): -3031336 or 14204625. OLE color: 14204625.
HSL color Cylindrical-coordinate representation of color #D1BED8: hue angle of 283.85º degrees, saturation: 0.25, 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 #D1BED8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 190 | 216 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.15 |
| HSL | 283.85º | 0.25% | 0.8% | - |
| HSV(B) | 283.85º | 0.12% | 0.85% | - |
| XYZ | 57.1 | 55.34 | 72.64 | - |
| YUV | 198.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 216 | 0.03 | 0.12 | 0 | 0.15 | 283.85 | 0.25 | 0.8 |
| Hex | D1 | BE | D8 | 3 | C | 0 | F | 11C | 19 | 50 |
| Octal | 321 | 276 | 330 | 3 | 14 | 0 | 17 | 434 | 31 | 120 |
| Binary | 11010001 | 10111110 | 11011000 | 11 | 1100 | 0 | 1111 | 100011100 | 11001 | 1010000 |
Color Harmonies of #D1BED8
Complementary color
Monochromatic Colors of #D1BED8
Black with #D1BED8
Text Example
Text Example
White with #D1BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BED8; }
p { color: rgb(209,190,216); }
H1.HeaderClassName
{
color: #D1BED8;
}
.AnyTagClassName
{
color: #D1BED8;
}
</style>
background-color css
<style>
a { background-color: #D1BED8; }
a { background-color: rgb(209,190,216); }
div.DivClassName
{
background-color: #D1BED8;
}
.BgClassName
{
background-color: #D1BED8;
}
</style>
border-color css
<style>
span { border-color: #D1BED8; }
span { border-color: rgb(209,190,216); }
td.TdClassName
{
border-color: #D1BED8;
}
.TagClassName
{
border-color: #D1BED8;
}
</style>