Shades of Prelude #D0BFD8
Tints of Prelude #D0BFD8
RGB
CMYK
RGB Variations
Color information
#D0BFD8 (or 0xD0BFD8) is known color: Prelude. HEX triplet: D0, BF and D8. RGB value is (208,191,216). Sum of RGB (Red+Green+Blue) = 208+191+216=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFD8 is #2F4027. Grayscale: #C6C6C6. Windows color (decimal): -3096616 or 14204880. OLE color: 14204880.
HSL color Cylindrical-coordinate representation of color #D0BFD8: hue angle of 280.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0BFD8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 191 | 216 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.15 |
| HSL | 280.8º | 0.24% | 0.8% | - |
| HSV(B) | 280.8º | 0.12% | 0.85% | - |
| XYZ | 57.04 | 55.63 | 72.7 | - |
| YUV | 198.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 216 | 0.04 | 0.12 | 0 | 0.15 | 280.8 | 0.24 | 0.8 |
| Hex | D0 | BF | D8 | 4 | C | 0 | F | 119 | 18 | 50 |
| Octal | 320 | 277 | 330 | 4 | 14 | 0 | 17 | 431 | 30 | 120 |
| Binary | 11010000 | 10111111 | 11011000 | 100 | 1100 | 0 | 1111 | 100011001 | 11000 | 1010000 |
Color Harmonies of #D0BFD8
Complementary color
Monochromatic Colors of #D0BFD8
Black with #D0BFD8
Text Example
Text Example
White with #D0BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFD8; }
p { color: rgb(208,191,216); }
H1.HeaderClassName
{
color: #D0BFD8;
}
.AnyTagClassName
{
color: #D0BFD8;
}
</style>
background-color css
<style>
a { background-color: #D0BFD8; }
a { background-color: rgb(208,191,216); }
div.DivClassName
{
background-color: #D0BFD8;
}
.BgClassName
{
background-color: #D0BFD8;
}
</style>
border-color css
<style>
span { border-color: #D0BFD8; }
span { border-color: rgb(208,191,216); }
td.TdClassName
{
border-color: #D0BFD8;
}
.TagClassName
{
border-color: #D0BFD8;
}
</style>