Shades of Prelude #D0BAD8
Tints of Prelude #D0BAD8
RGB
CMYK
RGB Variations
Color information
#D0BAD8 (or 0xD0BAD8) is known color: Prelude. HEX triplet: D0, BA and D8. RGB value is (208,186,216). Sum of RGB (Red+Green+Blue) = 208+186+216=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAD8 is #2F4527. Grayscale: #C3C3C3. Windows color (decimal): -3097896 or 14203600. OLE color: 14203600.
HSL color Cylindrical-coordinate representation of color #D0BAD8: hue angle of 284º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0BAD8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 186 | 216 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.15 |
| HSL | 284º | 0.28% | 0.79% | - |
| HSV(B) | 284º | 0.14% | 0.85% | - |
| XYZ | 55.97 | 53.49 | 72.34 | - |
| YUV | 196 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 216 | 0.04 | 0.14 | 0 | 0.15 | 284 | 0.28 | 0.79 |
| Hex | D0 | BA | D8 | 4 | E | 0 | F | 11C | 1C | 4F |
| Octal | 320 | 272 | 330 | 4 | 16 | 0 | 17 | 434 | 34 | 117 |
| Binary | 11010000 | 10111010 | 11011000 | 100 | 1110 | 0 | 1111 | 100011100 | 11100 | 1001111 |
Color Harmonies of #D0BAD8
Complementary color
Monochromatic Colors of #D0BAD8
Black with #D0BAD8
Text Example
Text Example
White with #D0BAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAD8; }
p { color: rgb(208,186,216); }
H1.HeaderClassName
{
color: #D0BAD8;
}
.AnyTagClassName
{
color: #D0BAD8;
}
</style>
background-color css
<style>
a { background-color: #D0BAD8; }
a { background-color: rgb(208,186,216); }
div.DivClassName
{
background-color: #D0BAD8;
}
.BgClassName
{
background-color: #D0BAD8;
}
</style>
border-color css
<style>
span { border-color: #D0BAD8; }
span { border-color: rgb(208,186,216); }
td.TdClassName
{
border-color: #D0BAD8;
}
.TagClassName
{
border-color: #D0BAD8;
}
</style>