Shades of Prelude #D6BBDF
Tints of Prelude #D6BBDF
RGB
CMYK
RGB Variations
Color information
#D6BBDF (or 0xD6BBDF) is known color: Prelude. HEX triplet: D6, BB and DF. RGB value is (214,187,223). Sum of RGB (Red+Green+Blue) = 214+187+223=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDF is #294420. Grayscale: #C7C7C7. Windows color (decimal): -2704417 or 14662614. OLE color: 14662614.
HSL color Cylindrical-coordinate representation of color #D6BBDF: hue angle of 285º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BBDF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 187 | 223 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 285º | 0.36% | 0.8% | - |
| HSV(B) | 285º | 0.16% | 0.87% | - |
| XYZ | 58.82 | 55.16 | 77.36 | - |
| YUV | 199.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 223 | 0.04 | 0.16 | 0 | 0.13 | 285 | 0.36 | 0.8 |
| Hex | D6 | BB | DF | 4 | 10 | 0 | D | 11D | 24 | 50 |
| Octal | 326 | 273 | 337 | 4 | 20 | 0 | 15 | 435 | 44 | 120 |
| Binary | 11010110 | 10111011 | 11011111 | 100 | 10000 | 0 | 1101 | 100011101 | 100100 | 1010000 |
Color Harmonies of #D6BBDF
Complementary color
Monochromatic Colors of #D6BBDF
Black with #D6BBDF
Text Example
Text Example
White with #D6BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBDF; }
p { color: rgb(214,187,223); }
H1.HeaderClassName
{
color: #D6BBDF;
}
.AnyTagClassName
{
color: #D6BBDF;
}
</style>
background-color css
<style>
a { background-color: #D6BBDF; }
a { background-color: rgb(214,187,223); }
div.DivClassName
{
background-color: #D6BBDF;
}
.BgClassName
{
background-color: #D6BBDF;
}
</style>
border-color css
<style>
span { border-color: #D6BBDF; }
span { border-color: rgb(214,187,223); }
td.TdClassName
{
border-color: #D6BBDF;
}
.TagClassName
{
border-color: #D6BBDF;
}
</style>