Shades of Prelude #D3B3DC
Tints of Prelude #D3B3DC
RGB
CMYK
RGB Variations
Color information
#D3B3DC (or 0xD3B3DC) is known color: Prelude. HEX triplet: D3, B3 and DC. RGB value is (211,179,220). Sum of RGB (Red+Green+Blue) = 211+179+220=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B3DC is #2C4C23. Grayscale: #C1C1C1. Windows color (decimal): -2903076 or 14463955. OLE color: 14463955.
HSL color Cylindrical-coordinate representation of color #D3B3DC: hue angle of 286.83º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3B3DC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 179 | 220 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.14 |
| HSL | 286.83º | 0.37% | 0.78% | - |
| HSV(B) | 286.83º | 0.19% | 0.86% | - |
| XYZ | 55.9 | 51.26 | 74.66 | - |
| YUV | 193.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 220 | 0.04 | 0.19 | 0 | 0.14 | 286.83 | 0.37 | 0.78 |
| Hex | D3 | B3 | DC | 4 | 13 | 0 | E | 11F | 25 | 4E |
| Octal | 323 | 263 | 334 | 4 | 23 | 0 | 16 | 437 | 45 | 116 |
| Binary | 11010011 | 10110011 | 11011100 | 100 | 10011 | 0 | 1110 | 100011111 | 100101 | 1001110 |
Color Harmonies of #D3B3DC
Complementary color
Monochromatic Colors of #D3B3DC
Black with #D3B3DC
Text Example
Text Example
White with #D3B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3DC; }
p { color: rgb(211,179,220); }
H1.HeaderClassName
{
color: #D3B3DC;
}
.AnyTagClassName
{
color: #D3B3DC;
}
</style>
background-color css
<style>
a { background-color: #D3B3DC; }
a { background-color: rgb(211,179,220); }
div.DivClassName
{
background-color: #D3B3DC;
}
.BgClassName
{
background-color: #D3B3DC;
}
</style>
border-color css
<style>
span { border-color: #D3B3DC; }
span { border-color: rgb(211,179,220); }
td.TdClassName
{
border-color: #D3B3DC;
}
.TagClassName
{
border-color: #D3B3DC;
}
</style>