Shades of Prelude #D6BBE0
Tints of Prelude #D6BBE0
RGB
CMYK
RGB Variations
Color information
#D6BBE0 (or 0xD6BBE0) is known color: Prelude. HEX triplet: D6, BB and E0. RGB value is (214,187,224). Sum of RGB (Red+Green+Blue) = 214+187+224=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBE0 is #29441F. Grayscale: #C7C7C7. Windows color (decimal): -2704416 or 14728150. OLE color: 14728150.
HSL color Cylindrical-coordinate representation of color #D6BBE0: hue angle of 283.78º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BBE0 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 187 | 224 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.12 |
| HSL | 283.78º | 0.37% | 0.81% | - |
| HSV(B) | 283.78º | 0.17% | 0.88% | - |
| XYZ | 58.96 | 55.22 | 78.07 | - |
| YUV | 199.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 224 | 0.04 | 0.17 | 0 | 0.12 | 283.78 | 0.37 | 0.81 |
| Hex | D6 | BB | E0 | 4 | 11 | 0 | C | 11C | 25 | 51 |
| Octal | 326 | 273 | 340 | 4 | 21 | 0 | 14 | 434 | 45 | 121 |
| Binary | 11010110 | 10111011 | 11100000 | 100 | 10001 | 0 | 1100 | 100011100 | 100101 | 1010001 |
Color Harmonies of #D6BBE0
Complementary color
Monochromatic Colors of #D6BBE0
Black with #D6BBE0
Text Example
Text Example
White with #D6BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBE0; }
p { color: rgb(214,187,224); }
H1.HeaderClassName
{
color: #D6BBE0;
}
.AnyTagClassName
{
color: #D6BBE0;
}
</style>
background-color css
<style>
a { background-color: #D6BBE0; }
a { background-color: rgb(214,187,224); }
div.DivClassName
{
background-color: #D6BBE0;
}
.BgClassName
{
background-color: #D6BBE0;
}
</style>
border-color css
<style>
span { border-color: #D6BBE0; }
span { border-color: rgb(214,187,224); }
td.TdClassName
{
border-color: #D6BBE0;
}
.TagClassName
{
border-color: #D6BBE0;
}
</style>