Shades of Prelude #D6B0DF
Tints of Prelude #D6B0DF
RGB
CMYK
RGB Variations
Color information
#D6B0DF (or 0xD6B0DF) is known color: Prelude. HEX triplet: D6, B0 and DF. RGB value is (214,176,223). Sum of RGB (Red+Green+Blue) = 214+176+223=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0DF is #294F20. Grayscale: #C0C0C0. Windows color (decimal): -2707233 or 14659798. OLE color: 14659798.
HSL color Cylindrical-coordinate representation of color #D6B0DF: hue angle of 288.51º 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 #D6B0DF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 176 | 223 | - |
CMYK | 0.04 | 0.21 | 0 | 0.13 |
HSL | 288.51º | 0.42% | 0.78% | - |
HSV(B) | 288.51º | 0.21% | 0.87% | - |
XYZ | 56.58 | 50.67 | 76.61 | - |
YUV | 192.72 | 145.09 | 143.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 176 | 223 | 0.04 | 0.21 | 0 | 0.13 | 288.51 | 0.42 | 0.78 |
Hex | D6 | B0 | DF | 4 | 15 | 0 | D | 121 | 2A | 4E |
Octal | 326 | 260 | 337 | 4 | 25 | 0 | 15 | 441 | 52 | 116 |
Binary | 11010110 | 10110000 | 11011111 | 100 | 10101 | 0 | 1101 | 100100001 | 101010 | 1001110 |
Color Harmonies of #D6B0DF
Complementary color
Monochromatic Colors of #D6B0DF
Black with #D6B0DF
Text Example
Text Example
White with #D6B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0DF; }
p { color: rgb(214,176,223); }
H1.HeaderClassName
{
color: #D6B0DF;
}
.AnyTagClassName
{
color: #D6B0DF;
}
</style>
background-color css
<style>
a { background-color: #D6B0DF; }
a { background-color: rgb(214,176,223); }
div.DivClassName
{
background-color: #D6B0DF;
}
.BgClassName
{
background-color: #D6B0DF;
}
</style>
border-color css
<style>
span { border-color: #D6B0DF; }
span { border-color: rgb(214,176,223); }
td.TdClassName
{
border-color: #D6B0DF;
}
.TagClassName
{
border-color: #D6B0DF;
}
</style>