Shades of Prelude #D7BDE4
Tints of Prelude #D7BDE4
RGB
CMYK
RGB Variations
Color information
#D7BDE4 (or 0xD7BDE4) is known color: Prelude. HEX triplet: D7, BD and E4. RGB value is (215,189,228). Sum of RGB (Red+Green+Blue) = 215+189+228=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDE4 is #28421B. Grayscale: #C9C9C9. Windows color (decimal): -2638364 or 14990807. OLE color: 14990807.
HSL color Cylindrical-coordinate representation of color #D7BDE4: hue angle of 280º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7BDE4 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 189 | 228 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.11 |
| HSL | 280º | 0.42% | 0.82% | - |
| HSV(B) | 280º | 0.17% | 0.89% | - |
| XYZ | 60.23 | 56.44 | 81.12 | - |
| YUV | 201.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 228 | 0.06 | 0.17 | 0 | 0.11 | 280 | 0.42 | 0.82 |
| Hex | D7 | BD | E4 | 6 | 11 | 0 | B | 118 | 2A | 52 |
| Octal | 327 | 275 | 344 | 6 | 21 | 0 | 13 | 430 | 52 | 122 |
| Binary | 11010111 | 10111101 | 11100100 | 110 | 10001 | 0 | 1011 | 100011000 | 101010 | 1010010 |
Color Harmonies of #D7BDE4
Complementary color
Monochromatic Colors of #D7BDE4
Black with #D7BDE4
Text Example
Text Example
White with #D7BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDE4; }
p { color: rgb(215,189,228); }
H1.HeaderClassName
{
color: #D7BDE4;
}
.AnyTagClassName
{
color: #D7BDE4;
}
</style>
background-color css
<style>
a { background-color: #D7BDE4; }
a { background-color: rgb(215,189,228); }
div.DivClassName
{
background-color: #D7BDE4;
}
.BgClassName
{
background-color: #D7BDE4;
}
</style>
border-color css
<style>
span { border-color: #D7BDE4; }
span { border-color: rgb(215,189,228); }
td.TdClassName
{
border-color: #D7BDE4;
}
.TagClassName
{
border-color: #D7BDE4;
}
</style>