Shades of Prelude #D6BBDE
Tints of Prelude #D6BBDE
RGB
CMYK
RGB Variations
Color information
#D6BBDE (or 0xD6BBDE) is known color: Prelude. HEX triplet: D6, BB and DE. RGB value is (214,187,222). Sum of RGB (Red+Green+Blue) = 214+187+222=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDE is #294421. Grayscale: #C6C6C6. Windows color (decimal): -2704418 or 14597078. OLE color: 14597078.
HSL color Cylindrical-coordinate representation of color #D6BBDE: hue angle of 286.29º degrees, saturation: 0.35, 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 #D6BBDE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 187 | 222 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.13 |
| HSL | 286.29º | 0.35% | 0.8% | - |
| HSV(B) | 286.29º | 0.16% | 0.87% | - |
| XYZ | 58.69 | 55.11 | 76.65 | - |
| YUV | 199.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 222 | 0.04 | 0.16 | 0 | 0.13 | 286.29 | 0.35 | 0.8 |
| Hex | D6 | BB | DE | 4 | 10 | 0 | D | 11E | 23 | 50 |
| Octal | 326 | 273 | 336 | 4 | 20 | 0 | 15 | 436 | 43 | 120 |
| Binary | 11010110 | 10111011 | 11011110 | 100 | 10000 | 0 | 1101 | 100011110 | 100011 | 1010000 |
Color Harmonies of #D6BBDE
Complementary color
Monochromatic Colors of #D6BBDE
Black with #D6BBDE
Text Example
Text Example
White with #D6BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBDE; }
p { color: rgb(214,187,222); }
H1.HeaderClassName
{
color: #D6BBDE;
}
.AnyTagClassName
{
color: #D6BBDE;
}
</style>
background-color css
<style>
a { background-color: #D6BBDE; }
a { background-color: rgb(214,187,222); }
div.DivClassName
{
background-color: #D6BBDE;
}
.BgClassName
{
background-color: #D6BBDE;
}
</style>
border-color css
<style>
span { border-color: #D6BBDE; }
span { border-color: rgb(214,187,222); }
td.TdClassName
{
border-color: #D6BBDE;
}
.TagClassName
{
border-color: #D6BBDE;
}
</style>