Shades of Prelude #D0BBD8
Tints of Prelude #D0BBD8
RGB
CMYK
RGB Variations
Color information
#D0BBD8 (or 0xD0BBD8) is known color: Prelude. HEX triplet: D0, BB and D8. RGB value is (208,187,216). Sum of RGB (Red+Green+Blue) = 208+187+216=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBD8 is #2F4427. Grayscale: #C4C4C4. Windows color (decimal): -3097640 or 14203856. OLE color: 14203856.
HSL color Cylindrical-coordinate representation of color #D0BBD8: hue angle of 283.45º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0BBD8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 187 | 216 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.15 |
| HSL | 283.45º | 0.27% | 0.79% | - |
| HSV(B) | 283.45º | 0.13% | 0.85% | - |
| XYZ | 56.18 | 53.91 | 72.41 | - |
| YUV | 196.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 216 | 0.04 | 0.13 | 0 | 0.15 | 283.45 | 0.27 | 0.79 |
| Hex | D0 | BB | D8 | 4 | D | 0 | F | 11B | 1B | 4F |
| Octal | 320 | 273 | 330 | 4 | 15 | 0 | 17 | 433 | 33 | 117 |
| Binary | 11010000 | 10111011 | 11011000 | 100 | 1101 | 0 | 1111 | 100011011 | 11011 | 1001111 |
Color Harmonies of #D0BBD8
Complementary color
Monochromatic Colors of #D0BBD8
Black with #D0BBD8
Text Example
Text Example
White with #D0BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBD8; }
p { color: rgb(208,187,216); }
H1.HeaderClassName
{
color: #D0BBD8;
}
.AnyTagClassName
{
color: #D0BBD8;
}
</style>
background-color css
<style>
a { background-color: #D0BBD8; }
a { background-color: rgb(208,187,216); }
div.DivClassName
{
background-color: #D0BBD8;
}
.BgClassName
{
background-color: #D0BBD8;
}
</style>
border-color css
<style>
span { border-color: #D0BBD8; }
span { border-color: rgb(208,187,216); }
td.TdClassName
{
border-color: #D0BBD8;
}
.TagClassName
{
border-color: #D0BBD8;
}
</style>