Shades of Prelude #D7BDE0
Tints of Prelude #D7BDE0
RGB
CMYK
RGB Variations
Color information
#D7BDE0 (or 0xD7BDE0) is known color: Prelude. HEX triplet: D7, BD and E0. RGB value is (215,189,224). Sum of RGB (Red+Green+Blue) = 215+189+224=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDE0 is #28421F. Grayscale: #C8C8C8. Windows color (decimal): -2638368 or 14728663. OLE color: 14728663.
HSL color Cylindrical-coordinate representation of color #D7BDE0: hue angle of 284.57º degrees, saturation: 0.36, 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 #D7BDE0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 189 | 224 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 284.57º | 0.36% | 0.81% | - |
| HSV(B) | 284.57º | 0.16% | 0.88% | - |
| XYZ | 59.68 | 56.22 | 78.23 | - |
| YUV | 200.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 224 | 0.04 | 0.16 | 0 | 0.12 | 284.57 | 0.36 | 0.81 |
| Hex | D7 | BD | E0 | 4 | 10 | 0 | C | 11D | 24 | 51 |
| Octal | 327 | 275 | 340 | 4 | 20 | 0 | 14 | 435 | 44 | 121 |
| Binary | 11010111 | 10111101 | 11100000 | 100 | 10000 | 0 | 1100 | 100011101 | 100100 | 1010001 |
Color Harmonies of #D7BDE0
Complementary color
Monochromatic Colors of #D7BDE0
Black with #D7BDE0
Text Example
Text Example
White with #D7BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDE0; }
p { color: rgb(215,189,224); }
H1.HeaderClassName
{
color: #D7BDE0;
}
.AnyTagClassName
{
color: #D7BDE0;
}
</style>
background-color css
<style>
a { background-color: #D7BDE0; }
a { background-color: rgb(215,189,224); }
div.DivClassName
{
background-color: #D7BDE0;
}
.BgClassName
{
background-color: #D7BDE0;
}
</style>
border-color css
<style>
span { border-color: #D7BDE0; }
span { border-color: rgb(215,189,224); }
td.TdClassName
{
border-color: #D7BDE0;
}
.TagClassName
{
border-color: #D7BDE0;
}
</style>