Shades of Prelude #D5B4E6
Tints of Prelude #D5B4E6
RGB
CMYK
RGB Variations
Color information
#D5B4E6 (or 0xD5B4E6) is known color: Prelude. HEX triplet: D5, B4 and E6. RGB value is (213,180,230). Sum of RGB (Red+Green+Blue) = 213+180+230=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4E6 is #2A4B19. Grayscale: #C3C3C3. Windows color (decimal): -2771738 or 15119573. OLE color: 15119573.
HSL color Cylindrical-coordinate representation of color #D5B4E6: hue angle of 279.6º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5B4E6 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 180 | 230 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.10 |
| HSL | 279.6º | 0.5% | 0.8% | - |
| HSV(B) | 279.6º | 0.22% | 0.9% | - |
| XYZ | 58.04 | 52.5 | 81.94 | - |
| YUV | 195.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 230 | 0.07 | 0.22 | 0 | 0.10 | 279.6 | 0.5 | 0.8 |
| Hex | D5 | B4 | E6 | 7 | 16 | 0 | A | 118 | 32 | 50 |
| Octal | 325 | 264 | 346 | 7 | 26 | 0 | 12 | 430 | 62 | 120 |
| Binary | 11010101 | 10110100 | 11100110 | 111 | 10110 | 0 | 1010 | 100011000 | 110010 | 1010000 |
Color Harmonies of #D5B4E6
Complementary color
Monochromatic Colors of #D5B4E6
Black with #D5B4E6
Text Example
Text Example
White with #D5B4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4E6; }
p { color: rgb(213,180,230); }
H1.HeaderClassName
{
color: #D5B4E6;
}
.AnyTagClassName
{
color: #D5B4E6;
}
</style>
background-color css
<style>
a { background-color: #D5B4E6; }
a { background-color: rgb(213,180,230); }
div.DivClassName
{
background-color: #D5B4E6;
}
.BgClassName
{
background-color: #D5B4E6;
}
</style>
border-color css
<style>
span { border-color: #D5B4E6; }
span { border-color: rgb(213,180,230); }
td.TdClassName
{
border-color: #D5B4E6;
}
.TagClassName
{
border-color: #D5B4E6;
}
</style>