Shades of Prelude #D6BCDF
Tints of Prelude #D6BCDF
RGB
CMYK
RGB Variations
Color information
#D6BCDF (or 0xD6BCDF) is known color: Prelude. HEX triplet: D6, BC and DF. RGB value is (214,188,223). Sum of RGB (Red+Green+Blue) = 214+188+223=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCDF is #294320. Grayscale: #C7C7C7. Windows color (decimal): -2704161 or 14662870. OLE color: 14662870.
HSL color Cylindrical-coordinate representation of color #D6BCDF: hue angle of 284.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BCDF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 188 | 223 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 284.57º | 0.35% | 0.81% | - |
| HSV(B) | 284.57º | 0.16% | 0.87% | - |
| XYZ | 59.03 | 55.59 | 77.43 | - |
| YUV | 199.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 223 | 0.04 | 0.16 | 0 | 0.13 | 284.57 | 0.35 | 0.81 |
| Hex | D6 | BC | DF | 4 | 10 | 0 | D | 11D | 23 | 51 |
| Octal | 326 | 274 | 337 | 4 | 20 | 0 | 15 | 435 | 43 | 121 |
| Binary | 11010110 | 10111100 | 11011111 | 100 | 10000 | 0 | 1101 | 100011101 | 100011 | 1010001 |
Color Harmonies of #D6BCDF
Complementary color
Monochromatic Colors of #D6BCDF
Black with #D6BCDF
Text Example
Text Example
White with #D6BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCDF; }
p { color: rgb(214,188,223); }
H1.HeaderClassName
{
color: #D6BCDF;
}
.AnyTagClassName
{
color: #D6BCDF;
}
</style>
background-color css
<style>
a { background-color: #D6BCDF; }
a { background-color: rgb(214,188,223); }
div.DivClassName
{
background-color: #D6BCDF;
}
.BgClassName
{
background-color: #D6BCDF;
}
</style>
border-color css
<style>
span { border-color: #D6BCDF; }
span { border-color: rgb(214,188,223); }
td.TdClassName
{
border-color: #D6BCDF;
}
.TagClassName
{
border-color: #D6BCDF;
}
</style>