Shades of Prelude #D7BDE1
Tints of Prelude #D7BDE1
RGB
CMYK
RGB Variations
Color information
#D7BDE1 (or 0xD7BDE1) is known color: Prelude. HEX triplet: D7, BD and E1. RGB value is (215,189,225). Sum of RGB (Red+Green+Blue) = 215+189+225=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDE1 is #28421E. Grayscale: #C8C8C8. Windows color (decimal): -2638367 or 14794199. OLE color: 14794199.
HSL color Cylindrical-coordinate representation of color #D7BDE1: hue angle of 283.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BDE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 189 | 225 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 283.33º | 0.38% | 0.81% | - |
| HSV(B) | 283.33º | 0.16% | 0.88% | - |
| XYZ | 59.81 | 56.28 | 78.94 | - |
| YUV | 200.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 225 | 0.04 | 0.16 | 0 | 0.12 | 283.33 | 0.38 | 0.81 |
| Hex | D7 | BD | E1 | 4 | 10 | 0 | C | 11B | 26 | 51 |
| Octal | 327 | 275 | 341 | 4 | 20 | 0 | 14 | 433 | 46 | 121 |
| Binary | 11010111 | 10111101 | 11100001 | 100 | 10000 | 0 | 1100 | 100011011 | 100110 | 1010001 |
Color Harmonies of #D7BDE1
Complementary color
Monochromatic Colors of #D7BDE1
Black with #D7BDE1
Text Example
Text Example
White with #D7BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDE1; }
p { color: rgb(215,189,225); }
H1.HeaderClassName
{
color: #D7BDE1;
}
.AnyTagClassName
{
color: #D7BDE1;
}
</style>
background-color css
<style>
a { background-color: #D7BDE1; }
a { background-color: rgb(215,189,225); }
div.DivClassName
{
background-color: #D7BDE1;
}
.BgClassName
{
background-color: #D7BDE1;
}
</style>
border-color css
<style>
span { border-color: #D7BDE1; }
span { border-color: rgb(215,189,225); }
td.TdClassName
{
border-color: #D7BDE1;
}
.TagClassName
{
border-color: #D7BDE1;
}
</style>