Shades of Prelude #D7B7E6
Tints of Prelude #D7B7E6
RGB
CMYK
RGB Variations
Color information
#D7B7E6 (or 0xD7B7E6) is known color: Prelude. HEX triplet: D7, B7 and E6. RGB value is (215,183,230). Sum of RGB (Red+Green+Blue) = 215+183+230=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7B7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B7E6 is #284819. Grayscale: #C5C5C5. Windows color (decimal): -2639898 or 15120343. OLE color: 15120343.
HSL color Cylindrical-coordinate representation of color #D7B7E6: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B7E6 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 183 | 230 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.10 |
| HSL | 280.85º | 0.48% | 0.81% | - |
| HSV(B) | 280.85º | 0.2% | 0.9% | - |
| XYZ | 59.24 | 54.03 | 82.17 | - |
| YUV | 197.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 230 | 0.07 | 0.20 | 0 | 0.10 | 280.85 | 0.48 | 0.81 |
| Hex | D7 | B7 | E6 | 7 | 14 | 0 | A | 119 | 30 | 51 |
| Octal | 327 | 267 | 346 | 7 | 24 | 0 | 12 | 431 | 60 | 121 |
| Binary | 11010111 | 10110111 | 11100110 | 111 | 10100 | 0 | 1010 | 100011001 | 110000 | 1010001 |
Color Harmonies of #D7B7E6
Complementary color
Monochromatic Colors of #D7B7E6
Black with #D7B7E6
Text Example
Text Example
White with #D7B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7E6; }
p { color: rgb(215,183,230); }
H1.HeaderClassName
{
color: #D7B7E6;
}
.AnyTagClassName
{
color: #D7B7E6;
}
</style>
background-color css
<style>
a { background-color: #D7B7E6; }
a { background-color: rgb(215,183,230); }
div.DivClassName
{
background-color: #D7B7E6;
}
.BgClassName
{
background-color: #D7B7E6;
}
</style>
border-color css
<style>
span { border-color: #D7B7E6; }
span { border-color: rgb(215,183,230); }
td.TdClassName
{
border-color: #D7B7E6;
}
.TagClassName
{
border-color: #D7B7E6;
}
</style>