Shades of Prelude #D3B8DC
Tints of Prelude #D3B8DC
RGB
CMYK
RGB Variations
Color information
#D3B8DC (or 0xD3B8DC) is known color: Prelude. HEX triplet: D3, B8 and DC. RGB value is (211,184,220). Sum of RGB (Red+Green+Blue) = 211+184+220=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B8DC is #2C4723. Grayscale: #C4C4C4. Windows color (decimal): -2901796 or 14465235. OLE color: 14465235.
HSL color Cylindrical-coordinate representation of color #D3B8DC: hue angle of 285º 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 #D3B8DC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 184 | 220 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.14 |
| HSL | 285º | 0.34% | 0.79% | - |
| HSV(B) | 285º | 0.16% | 0.86% | - |
| XYZ | 56.92 | 53.3 | 75 | - |
| YUV | 196.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 184 | 220 | 0.04 | 0.16 | 0 | 0.14 | 285 | 0.34 | 0.79 |
| Hex | D3 | B8 | DC | 4 | 10 | 0 | E | 11D | 22 | 4F |
| Octal | 323 | 270 | 334 | 4 | 20 | 0 | 16 | 435 | 42 | 117 |
| Binary | 11010011 | 10111000 | 11011100 | 100 | 10000 | 0 | 1110 | 100011101 | 100010 | 1001111 |
Color Harmonies of #D3B8DC
Complementary color
Monochromatic Colors of #D3B8DC
Black with #D3B8DC
Text Example
Text Example
White with #D3B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B8DC; }
p { color: rgb(211,184,220); }
H1.HeaderClassName
{
color: #D3B8DC;
}
.AnyTagClassName
{
color: #D3B8DC;
}
</style>
background-color css
<style>
a { background-color: #D3B8DC; }
a { background-color: rgb(211,184,220); }
div.DivClassName
{
background-color: #D3B8DC;
}
.BgClassName
{
background-color: #D3B8DC;
}
</style>
border-color css
<style>
span { border-color: #D3B8DC; }
span { border-color: rgb(211,184,220); }
td.TdClassName
{
border-color: #D3B8DC;
}
.TagClassName
{
border-color: #D3B8DC;
}
</style>