Shades of Prelude #D7BFE1
Tints of Prelude #D7BFE1
RGB
CMYK
RGB Variations
Color information
#D7BFE1 (or 0xD7BFE1) is known color: Prelude. HEX triplet: D7, BF and E1. RGB value is (215,191,225). Sum of RGB (Red+Green+Blue) = 215+191+225=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFE1 is #28401E. Grayscale: #C9C9C9. Windows color (decimal): -2637855 or 14794711. OLE color: 14794711.
HSL color Cylindrical-coordinate representation of color #D7BFE1: hue angle of 282.35º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7BFE1 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 191 | 225 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.12 |
| HSL | 282.35º | 0.36% | 0.82% | - |
| HSV(B) | 282.35º | 0.15% | 0.88% | - |
| XYZ | 60.25 | 57.14 | 79.09 | - |
| YUV | 202.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 225 | 0.04 | 0.15 | 0 | 0.12 | 282.35 | 0.36 | 0.82 |
| Hex | D7 | BF | E1 | 4 | F | 0 | C | 11A | 24 | 52 |
| Octal | 327 | 277 | 341 | 4 | 17 | 0 | 14 | 432 | 44 | 122 |
| Binary | 11010111 | 10111111 | 11100001 | 100 | 1111 | 0 | 1100 | 100011010 | 100100 | 1010010 |
Color Harmonies of #D7BFE1
Complementary color
Monochromatic Colors of #D7BFE1
Black with #D7BFE1
Text Example
Text Example
White with #D7BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFE1; }
p { color: rgb(215,191,225); }
H1.HeaderClassName
{
color: #D7BFE1;
}
.AnyTagClassName
{
color: #D7BFE1;
}
</style>
background-color css
<style>
a { background-color: #D7BFE1; }
a { background-color: rgb(215,191,225); }
div.DivClassName
{
background-color: #D7BFE1;
}
.BgClassName
{
background-color: #D7BFE1;
}
</style>
border-color css
<style>
span { border-color: #D7BFE1; }
span { border-color: rgb(215,191,225); }
td.TdClassName
{
border-color: #D7BFE1;
}
.TagClassName
{
border-color: #D7BFE1;
}
</style>