Shades of Prelude #D7BEE1
Tints of Prelude #D7BEE1
RGB
CMYK
RGB Variations
Color information
#D7BEE1 (or 0xD7BEE1) is known color: Prelude. HEX triplet: D7, BE and E1. RGB value is (215,190,225). Sum of RGB (Red+Green+Blue) = 215+190+225=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEE1 is #28411E. Grayscale: #C9C9C9. Windows color (decimal): -2638111 or 14794455. OLE color: 14794455.
HSL color Cylindrical-coordinate representation of color #D7BEE1: hue angle of 282.86º degrees, saturation: 0.37, 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 #D7BEE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 190 | 225 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 282.86º | 0.37% | 0.81% | - |
| HSV(B) | 282.86º | 0.16% | 0.88% | - |
| XYZ | 60.03 | 56.71 | 79.02 | - |
| YUV | 201.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 225 | 0.04 | 0.16 | 0 | 0.12 | 282.86 | 0.37 | 0.81 |
| Hex | D7 | BE | E1 | 4 | 10 | 0 | C | 11B | 25 | 51 |
| Octal | 327 | 276 | 341 | 4 | 20 | 0 | 14 | 433 | 45 | 121 |
| Binary | 11010111 | 10111110 | 11100001 | 100 | 10000 | 0 | 1100 | 100011011 | 100101 | 1010001 |
Color Harmonies of #D7BEE1
Complementary color
Monochromatic Colors of #D7BEE1
Black with #D7BEE1
Text Example
Text Example
White with #D7BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BEE1; }
p { color: rgb(215,190,225); }
H1.HeaderClassName
{
color: #D7BEE1;
}
.AnyTagClassName
{
color: #D7BEE1;
}
</style>
background-color css
<style>
a { background-color: #D7BEE1; }
a { background-color: rgb(215,190,225); }
div.DivClassName
{
background-color: #D7BEE1;
}
.BgClassName
{
background-color: #D7BEE1;
}
</style>
border-color css
<style>
span { border-color: #D7BEE1; }
span { border-color: rgb(215,190,225); }
td.TdClassName
{
border-color: #D7BEE1;
}
.TagClassName
{
border-color: #D7BEE1;
}
</style>