Shades of Prelude #D6B7DF
Tints of Prelude #D6B7DF
RGB
CMYK
RGB Variations
Color information
#D6B7DF (or 0xD6B7DF) is known color: Prelude. HEX triplet: D6, B7 and DF. RGB value is (214,183,223). Sum of RGB (Red+Green+Blue) = 214+183+223=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7DF is #294820. Grayscale: #C4C4C4. Windows color (decimal): -2705441 or 14661590. OLE color: 14661590.
HSL color Cylindrical-coordinate representation of color #D6B7DF: hue angle of 286.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B7DF is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 183 | 223 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.13 |
| HSL | 286.5º | 0.38% | 0.8% | - |
| HSV(B) | 286.5º | 0.18% | 0.87% | - |
| XYZ | 57.98 | 53.49 | 77.08 | - |
| YUV | 196.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 223 | 0.04 | 0.18 | 0 | 0.13 | 286.5 | 0.38 | 0.8 |
| Hex | D6 | B7 | DF | 4 | 12 | 0 | D | 11E | 26 | 50 |
| Octal | 326 | 267 | 337 | 4 | 22 | 0 | 15 | 436 | 46 | 120 |
| Binary | 11010110 | 10110111 | 11011111 | 100 | 10010 | 0 | 1101 | 100011110 | 100110 | 1010000 |
Color Harmonies of #D6B7DF
Complementary color
Monochromatic Colors of #D6B7DF
Black with #D6B7DF
Text Example
Text Example
White with #D6B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7DF; }
p { color: rgb(214,183,223); }
H1.HeaderClassName
{
color: #D6B7DF;
}
.AnyTagClassName
{
color: #D6B7DF;
}
</style>
background-color css
<style>
a { background-color: #D6B7DF; }
a { background-color: rgb(214,183,223); }
div.DivClassName
{
background-color: #D6B7DF;
}
.BgClassName
{
background-color: #D6B7DF;
}
</style>
border-color css
<style>
span { border-color: #D6B7DF; }
span { border-color: rgb(214,183,223); }
td.TdClassName
{
border-color: #D6B7DF;
}
.TagClassName
{
border-color: #D6B7DF;
}
</style>