Shades of Prelude #D3BCDF
Tints of Prelude #D3BCDF
RGB
CMYK
RGB Variations
Color information
#D3BCDF (or 0xD3BCDF) is known color: Prelude. HEX triplet: D3, BC and DF. RGB value is (211,188,223). Sum of RGB (Red+Green+Blue) = 211+188+223=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCDF is #2C4320. Grayscale: #C6C6C6. Windows color (decimal): -2900769 or 14662867. OLE color: 14662867.
HSL color Cylindrical-coordinate representation of color #D3BCDF: hue angle of 279.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3BCDF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 188 | 223 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.13 |
| HSL | 279.43º | 0.35% | 0.81% | - |
| HSV(B) | 279.43º | 0.16% | 0.87% | - |
| XYZ | 58.17 | 55.14 | 77.39 | - |
| YUV | 198.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 223 | 0.05 | 0.16 | 0 | 0.13 | 279.43 | 0.35 | 0.81 |
| Hex | D3 | BC | DF | 5 | 10 | 0 | D | 117 | 23 | 51 |
| Octal | 323 | 274 | 337 | 5 | 20 | 0 | 15 | 427 | 43 | 121 |
| Binary | 11010011 | 10111100 | 11011111 | 101 | 10000 | 0 | 1101 | 100010111 | 100011 | 1010001 |
Color Harmonies of #D3BCDF
Complementary color
Monochromatic Colors of #D3BCDF
Black with #D3BCDF
Text Example
Text Example
White with #D3BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCDF; }
p { color: rgb(211,188,223); }
H1.HeaderClassName
{
color: #D3BCDF;
}
.AnyTagClassName
{
color: #D3BCDF;
}
</style>
background-color css
<style>
a { background-color: #D3BCDF; }
a { background-color: rgb(211,188,223); }
div.DivClassName
{
background-color: #D3BCDF;
}
.BgClassName
{
background-color: #D3BCDF;
}
</style>
border-color css
<style>
span { border-color: #D3BCDF; }
span { border-color: rgb(211,188,223); }
td.TdClassName
{
border-color: #D3BCDF;
}
.TagClassName
{
border-color: #D3BCDF;
}
</style>