Shades of Prelude #D3B7DC
Tints of Prelude #D3B7DC
RGB
CMYK
RGB Variations
Color information
#D3B7DC (or 0xD3B7DC) is known color: Prelude. HEX triplet: D3, B7 and DC. RGB value is (211,183,220). Sum of RGB (Red+Green+Blue) = 211+183+220=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7DC is #2C4823. Grayscale: #C3C3C3. Windows color (decimal): -2902052 or 14464979. OLE color: 14464979.
HSL color Cylindrical-coordinate representation of color #D3B7DC: hue angle of 285.41º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3B7DC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 183 | 220 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.14 |
| HSL | 285.41º | 0.35% | 0.79% | - |
| HSV(B) | 285.41º | 0.17% | 0.86% | - |
| XYZ | 56.72 | 52.88 | 74.93 | - |
| YUV | 195.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 220 | 0.04 | 0.17 | 0 | 0.14 | 285.41 | 0.35 | 0.79 |
| Hex | D3 | B7 | DC | 4 | 11 | 0 | E | 11D | 23 | 4F |
| Octal | 323 | 267 | 334 | 4 | 21 | 0 | 16 | 435 | 43 | 117 |
| Binary | 11010011 | 10110111 | 11011100 | 100 | 10001 | 0 | 1110 | 100011101 | 100011 | 1001111 |
Color Harmonies of #D3B7DC
Complementary color
Monochromatic Colors of #D3B7DC
Black with #D3B7DC
Text Example
Text Example
White with #D3B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7DC; }
p { color: rgb(211,183,220); }
H1.HeaderClassName
{
color: #D3B7DC;
}
.AnyTagClassName
{
color: #D3B7DC;
}
</style>
background-color css
<style>
a { background-color: #D3B7DC; }
a { background-color: rgb(211,183,220); }
div.DivClassName
{
background-color: #D3B7DC;
}
.BgClassName
{
background-color: #D3B7DC;
}
</style>
border-color css
<style>
span { border-color: #D3B7DC; }
span { border-color: rgb(211,183,220); }
td.TdClassName
{
border-color: #D3B7DC;
}
.TagClassName
{
border-color: #D3B7DC;
}
</style>