Shades of Prelude #D3B1DD
Tints of Prelude #D3B1DD
RGB
CMYK
RGB Variations
Color information
#D3B1DD (or 0xD3B1DD) is known color: Prelude. HEX triplet: D3, B1 and DD. RGB value is (211,177,221). Sum of RGB (Red+Green+Blue) = 211+177+221=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B1DD is #2C4E22. Grayscale: #C0C0C0. Windows color (decimal): -2903587 or 14528979. OLE color: 14528979.
HSL color Cylindrical-coordinate representation of color #D3B1DD: hue angle of 286.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3B1DD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 177 | 221 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 286.36º | 0.39% | 0.78% | - |
| HSV(B) | 286.36º | 0.2% | 0.87% | - |
| XYZ | 55.64 | 50.51 | 75.22 | - |
| YUV | 192.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 221 | 0.05 | 0.20 | 0 | 0.13 | 286.36 | 0.39 | 0.78 |
| Hex | D3 | B1 | DD | 5 | 14 | 0 | D | 11E | 27 | 4E |
| Octal | 323 | 261 | 335 | 5 | 24 | 0 | 15 | 436 | 47 | 116 |
| Binary | 11010011 | 10110001 | 11011101 | 101 | 10100 | 0 | 1101 | 100011110 | 100111 | 1001110 |
Color Harmonies of #D3B1DD
Complementary color
Monochromatic Colors of #D3B1DD
Black with #D3B1DD
Text Example
Text Example
White with #D3B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B1DD; }
p { color: rgb(211,177,221); }
H1.HeaderClassName
{
color: #D3B1DD;
}
.AnyTagClassName
{
color: #D3B1DD;
}
</style>
background-color css
<style>
a { background-color: #D3B1DD; }
a { background-color: rgb(211,177,221); }
div.DivClassName
{
background-color: #D3B1DD;
}
.BgClassName
{
background-color: #D3B1DD;
}
</style>
border-color css
<style>
span { border-color: #D3B1DD; }
span { border-color: rgb(211,177,221); }
td.TdClassName
{
border-color: #D3B1DD;
}
.TagClassName
{
border-color: #D3B1DD;
}
</style>