Shades of Prelude #D5B8DC
Tints of Prelude #D5B8DC
RGB
CMYK
RGB Variations
Color information
#D5B8DC (or 0xD5B8DC) is known color: Prelude. HEX triplet: D5, B8 and DC. RGB value is (213,184,220). Sum of RGB (Red+Green+Blue) = 213+184+220=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8DC is #2A4723. Grayscale: #C4C4C4. Windows color (decimal): -2770724 or 14465237. OLE color: 14465237.
HSL color Cylindrical-coordinate representation of color #D5B8DC: hue angle of 288.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B8DC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 184 | 220 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.14 |
| HSL | 288.33º | 0.34% | 0.79% | - |
| HSV(B) | 288.33º | 0.16% | 0.86% | - |
| XYZ | 57.5 | 53.59 | 75.02 | - |
| YUV | 196.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 220 | 0.03 | 0.16 | 0 | 0.14 | 288.33 | 0.34 | 0.79 |
| Hex | D5 | B8 | DC | 3 | 10 | 0 | E | 120 | 22 | 4F |
| Octal | 325 | 270 | 334 | 3 | 20 | 0 | 16 | 440 | 42 | 117 |
| Binary | 11010101 | 10111000 | 11011100 | 11 | 10000 | 0 | 1110 | 100100000 | 100010 | 1001111 |
Color Harmonies of #D5B8DC
Complementary color
Monochromatic Colors of #D5B8DC
Black with #D5B8DC
Text Example
Text Example
White with #D5B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B8DC; }
p { color: rgb(213,184,220); }
H1.HeaderClassName
{
color: #D5B8DC;
}
.AnyTagClassName
{
color: #D5B8DC;
}
</style>
background-color css
<style>
a { background-color: #D5B8DC; }
a { background-color: rgb(213,184,220); }
div.DivClassName
{
background-color: #D5B8DC;
}
.BgClassName
{
background-color: #D5B8DC;
}
</style>
border-color css
<style>
span { border-color: #D5B8DC; }
span { border-color: rgb(213,184,220); }
td.TdClassName
{
border-color: #D5B8DC;
}
.TagClassName
{
border-color: #D5B8DC;
}
</style>