Shades of Prelude #D7BDE2
Tints of Prelude #D7BDE2
RGB
CMYK
RGB Variations
Color information
#D7BDE2 (or 0xD7BDE2) is known color: Prelude. HEX triplet: D7, BD and E2. RGB value is (215,189,226). Sum of RGB (Red+Green+Blue) = 215+189+226=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 226 - color contains mainly: blue. Hex color #D7BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDE2 is #28421D. Grayscale: #C8C8C8. Windows color (decimal): -2638366 or 14859735. OLE color: 14859735.
HSL color Cylindrical-coordinate representation of color #D7BDE2: hue angle of 282.16º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BDE2 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 189 | 226 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.11 |
| HSL | 282.16º | 0.39% | 0.81% | - |
| HSV(B) | 282.16º | 0.16% | 0.89% | - |
| XYZ | 59.95 | 56.33 | 79.67 | - |
| YUV | 200.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 226 | 0.05 | 0.16 | 0 | 0.11 | 282.16 | 0.39 | 0.81 |
| Hex | D7 | BD | E2 | 5 | 10 | 0 | B | 11A | 27 | 51 |
| Octal | 327 | 275 | 342 | 5 | 20 | 0 | 13 | 432 | 47 | 121 |
| Binary | 11010111 | 10111101 | 11100010 | 101 | 10000 | 0 | 1011 | 100011010 | 100111 | 1010001 |
Color Harmonies of #D7BDE2
Complementary color
Monochromatic Colors of #D7BDE2
Black with #D7BDE2
Text Example
Text Example
White with #D7BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDE2; }
p { color: rgb(215,189,226); }
H1.HeaderClassName
{
color: #D7BDE2;
}
.AnyTagClassName
{
color: #D7BDE2;
}
</style>
background-color css
<style>
a { background-color: #D7BDE2; }
a { background-color: rgb(215,189,226); }
div.DivClassName
{
background-color: #D7BDE2;
}
.BgClassName
{
background-color: #D7BDE2;
}
</style>
border-color css
<style>
span { border-color: #D7BDE2; }
span { border-color: rgb(215,189,226); }
td.TdClassName
{
border-color: #D7BDE2;
}
.TagClassName
{
border-color: #D7BDE2;
}
</style>