Shades of Prelude #D3BAE1
Tints of Prelude #D3BAE1
RGB
CMYK
RGB Variations
Color information
#D3BAE1 (or 0xD3BAE1) is known color: Prelude. HEX triplet: D3, BA and E1. RGB value is (211,186,225). Sum of RGB (Red+Green+Blue) = 211+186+225=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAE1 is #2C451E. Grayscale: #C5C5C5. Windows color (decimal): -2901279 or 14793427. OLE color: 14793427.
HSL color Cylindrical-coordinate representation of color #D3BAE1: hue angle of 278.46º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BAE1 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 186 | 225 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.12 |
| HSL | 278.46º | 0.39% | 0.81% | - |
| HSV(B) | 278.46º | 0.17% | 0.88% | - |
| XYZ | 58.01 | 54.4 | 78.68 | - |
| YUV | 197.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 225 | 0.06 | 0.17 | 0 | 0.12 | 278.46 | 0.39 | 0.81 |
| Hex | D3 | BA | E1 | 6 | 11 | 0 | C | 116 | 27 | 51 |
| Octal | 323 | 272 | 341 | 6 | 21 | 0 | 14 | 426 | 47 | 121 |
| Binary | 11010011 | 10111010 | 11100001 | 110 | 10001 | 0 | 1100 | 100010110 | 100111 | 1010001 |
Color Harmonies of #D3BAE1
Complementary color
Monochromatic Colors of #D3BAE1
Black with #D3BAE1
Text Example
Text Example
White with #D3BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAE1; }
p { color: rgb(211,186,225); }
H1.HeaderClassName
{
color: #D3BAE1;
}
.AnyTagClassName
{
color: #D3BAE1;
}
</style>
background-color css
<style>
a { background-color: #D3BAE1; }
a { background-color: rgb(211,186,225); }
div.DivClassName
{
background-color: #D3BAE1;
}
.BgClassName
{
background-color: #D3BAE1;
}
</style>
border-color css
<style>
span { border-color: #D3BAE1; }
span { border-color: rgb(211,186,225); }
td.TdClassName
{
border-color: #D3BAE1;
}
.TagClassName
{
border-color: #D3BAE1;
}
</style>