Shades of Prelude #D6B1DF
Tints of Prelude #D6B1DF
RGB
CMYK
RGB Variations
Color information
#D6B1DF (or 0xD6B1DF) is known color: Prelude. HEX triplet: D6, B1 and DF. RGB value is (214,177,223). Sum of RGB (Red+Green+Blue) = 214+177+223=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1DF is #294E20. Grayscale: #C1C1C1. Windows color (decimal): -2706977 or 14660054. OLE color: 14660054.
HSL color Cylindrical-coordinate representation of color #D6B1DF: hue angle of 288.26º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B1DF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 177 | 223 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.13 |
| HSL | 288.26º | 0.42% | 0.78% | - |
| HSV(B) | 288.26º | 0.21% | 0.87% | - |
| XYZ | 56.77 | 51.07 | 76.68 | - |
| YUV | 193.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 223 | 0.04 | 0.21 | 0 | 0.13 | 288.26 | 0.42 | 0.78 |
| Hex | D6 | B1 | DF | 4 | 15 | 0 | D | 120 | 2A | 4E |
| Octal | 326 | 261 | 337 | 4 | 25 | 0 | 15 | 440 | 52 | 116 |
| Binary | 11010110 | 10110001 | 11011111 | 100 | 10101 | 0 | 1101 | 100100000 | 101010 | 1001110 |
Color Harmonies of #D6B1DF
Complementary color
Monochromatic Colors of #D6B1DF
Black with #D6B1DF
Text Example
Text Example
White with #D6B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1DF; }
p { color: rgb(214,177,223); }
H1.HeaderClassName
{
color: #D6B1DF;
}
.AnyTagClassName
{
color: #D6B1DF;
}
</style>
background-color css
<style>
a { background-color: #D6B1DF; }
a { background-color: rgb(214,177,223); }
div.DivClassName
{
background-color: #D6B1DF;
}
.BgClassName
{
background-color: #D6B1DF;
}
</style>
border-color css
<style>
span { border-color: #D6B1DF; }
span { border-color: rgb(214,177,223); }
td.TdClassName
{
border-color: #D6B1DF;
}
.TagClassName
{
border-color: #D6B1DF;
}
</style>