Shades of Prelude #D3B2DB
Tints of Prelude #D3B2DB
RGB
CMYK
RGB Variations
Color information
#D3B2DB (or 0xD3B2DB) is known color: Prelude. HEX triplet: D3, B2 and DB. RGB value is (211,178,219). Sum of RGB (Red+Green+Blue) = 211+178+219=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2DB is #2C4D24. Grayscale: #C0C0C0. Windows color (decimal): -2903333 or 14398163. OLE color: 14398163.
HSL color Cylindrical-coordinate representation of color #D3B2DB: hue angle of 288.29º degrees, saturation: 0.36, 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 #D3B2DB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 178 | 219 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.14 |
| HSL | 288.29º | 0.36% | 0.78% | - |
| HSV(B) | 288.29º | 0.19% | 0.86% | - |
| XYZ | 55.57 | 50.8 | 73.9 | - |
| YUV | 192.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 219 | 0.04 | 0.19 | 0 | 0.14 | 288.29 | 0.36 | 0.78 |
| Hex | D3 | B2 | DB | 4 | 13 | 0 | E | 120 | 24 | 4E |
| Octal | 323 | 262 | 333 | 4 | 23 | 0 | 16 | 440 | 44 | 116 |
| Binary | 11010011 | 10110010 | 11011011 | 100 | 10011 | 0 | 1110 | 100100000 | 100100 | 1001110 |
Color Harmonies of #D3B2DB
Complementary color
Monochromatic Colors of #D3B2DB
Black with #D3B2DB
Text Example
Text Example
White with #D3B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B2DB; }
p { color: rgb(211,178,219); }
H1.HeaderClassName
{
color: #D3B2DB;
}
.AnyTagClassName
{
color: #D3B2DB;
}
</style>
background-color css
<style>
a { background-color: #D3B2DB; }
a { background-color: rgb(211,178,219); }
div.DivClassName
{
background-color: #D3B2DB;
}
.BgClassName
{
background-color: #D3B2DB;
}
</style>
border-color css
<style>
span { border-color: #D3B2DB; }
span { border-color: rgb(211,178,219); }
td.TdClassName
{
border-color: #D3B2DB;
}
.TagClassName
{
border-color: #D3B2DB;
}
</style>