Shades of Prelude #D6B3DF
Tints of Prelude #D6B3DF
RGB
CMYK
RGB Variations
Color information
#D6B3DF (or 0xD6B3DF) is known color: Prelude. HEX triplet: D6, B3 and DF. RGB value is (214,179,223). Sum of RGB (Red+Green+Blue) = 214+179+223=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3DF is #294C20. Grayscale: #C2C2C2. Windows color (decimal): -2706465 or 14660566. OLE color: 14660566.
HSL color Cylindrical-coordinate representation of color #D6B3DF: hue angle of 287.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B3DF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 179 | 223 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.13 |
| HSL | 287.73º | 0.41% | 0.79% | - |
| HSV(B) | 287.73º | 0.2% | 0.87% | - |
| XYZ | 57.17 | 51.86 | 76.81 | - |
| YUV | 194.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 223 | 0.04 | 0.20 | 0 | 0.13 | 287.73 | 0.41 | 0.79 |
| Hex | D6 | B3 | DF | 4 | 14 | 0 | D | 120 | 29 | 4F |
| Octal | 326 | 263 | 337 | 4 | 24 | 0 | 15 | 440 | 51 | 117 |
| Binary | 11010110 | 10110011 | 11011111 | 100 | 10100 | 0 | 1101 | 100100000 | 101001 | 1001111 |
Color Harmonies of #D6B3DF
Complementary color
Monochromatic Colors of #D6B3DF
Black with #D6B3DF
Text Example
Text Example
White with #D6B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3DF; }
p { color: rgb(214,179,223); }
H1.HeaderClassName
{
color: #D6B3DF;
}
.AnyTagClassName
{
color: #D6B3DF;
}
</style>
background-color css
<style>
a { background-color: #D6B3DF; }
a { background-color: rgb(214,179,223); }
div.DivClassName
{
background-color: #D6B3DF;
}
.BgClassName
{
background-color: #D6B3DF;
}
</style>
border-color css
<style>
span { border-color: #D6B3DF; }
span { border-color: rgb(214,179,223); }
td.TdClassName
{
border-color: #D6B3DF;
}
.TagClassName
{
border-color: #D6B3DF;
}
</style>