Shades of Prelude #D6BDDF
Tints of Prelude #D6BDDF
RGB
CMYK
RGB Variations
Color information
#D6BDDF (or 0xD6BDDF) is known color: Prelude. HEX triplet: D6, BD and DF. RGB value is (214,189,223). Sum of RGB (Red+Green+Blue) = 214+189+223=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDF is #294220. Grayscale: #C8C8C8. Windows color (decimal): -2703905 or 14663126. OLE color: 14663126.
HSL color Cylindrical-coordinate representation of color #D6BDDF: hue angle of 284.12º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BDDF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 189 | 223 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.13 |
| HSL | 284.12º | 0.35% | 0.81% | - |
| HSV(B) | 284.12º | 0.15% | 0.87% | - |
| XYZ | 59.25 | 56.02 | 77.5 | - |
| YUV | 200.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 223 | 0.04 | 0.15 | 0 | 0.13 | 284.12 | 0.35 | 0.81 |
| Hex | D6 | BD | DF | 4 | F | 0 | D | 11C | 23 | 51 |
| Octal | 326 | 275 | 337 | 4 | 17 | 0 | 15 | 434 | 43 | 121 |
| Binary | 11010110 | 10111101 | 11011111 | 100 | 1111 | 0 | 1101 | 100011100 | 100011 | 1010001 |
Color Harmonies of #D6BDDF
Complementary color
Monochromatic Colors of #D6BDDF
Black with #D6BDDF
Text Example
Text Example
White with #D6BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDDF; }
p { color: rgb(214,189,223); }
H1.HeaderClassName
{
color: #D6BDDF;
}
.AnyTagClassName
{
color: #D6BDDF;
}
</style>
background-color css
<style>
a { background-color: #D6BDDF; }
a { background-color: rgb(214,189,223); }
div.DivClassName
{
background-color: #D6BDDF;
}
.BgClassName
{
background-color: #D6BDDF;
}
</style>
border-color css
<style>
span { border-color: #D6BDDF; }
span { border-color: rgb(214,189,223); }
td.TdClassName
{
border-color: #D6BDDF;
}
.TagClassName
{
border-color: #D6BDDF;
}
</style>