Shades of Prelude #D0BFD6
Tints of Prelude #D0BFD6
RGB
CMYK
RGB Variations
Color information
#D0BFD6 (or 0xD0BFD6) is known color: Prelude. HEX triplet: D0, BF and D6. RGB value is (208,191,214). Sum of RGB (Red+Green+Blue) = 208+191+214=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFD6 is #2F4029. Grayscale: #C6C6C6. Windows color (decimal): -3096618 or 14073808. OLE color: 14073808.
HSL color Cylindrical-coordinate representation of color #D0BFD6: hue angle of 284.35º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BFD6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 191 | 214 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.16 |
| HSL | 284.35º | 0.22% | 0.79% | - |
| HSV(B) | 284.35º | 0.11% | 0.84% | - |
| XYZ | 56.78 | 55.53 | 71.34 | - |
| YUV | 198.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 214 | 0.03 | 0.11 | 0 | 0.16 | 284.35 | 0.22 | 0.79 |
| Hex | D0 | BF | D6 | 3 | B | 0 | 10 | 11C | 16 | 4F |
| Octal | 320 | 277 | 326 | 3 | 13 | 0 | 20 | 434 | 26 | 117 |
| Binary | 11010000 | 10111111 | 11010110 | 11 | 1011 | 0 | 10000 | 100011100 | 10110 | 1001111 |
Color Harmonies of #D0BFD6
Complementary color
Monochromatic Colors of #D0BFD6
Black with #D0BFD6
Text Example
Text Example
White with #D0BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFD6; }
p { color: rgb(208,191,214); }
H1.HeaderClassName
{
color: #D0BFD6;
}
.AnyTagClassName
{
color: #D0BFD6;
}
</style>
background-color css
<style>
a { background-color: #D0BFD6; }
a { background-color: rgb(208,191,214); }
div.DivClassName
{
background-color: #D0BFD6;
}
.BgClassName
{
background-color: #D0BFD6;
}
</style>
border-color css
<style>
span { border-color: #D0BFD6; }
span { border-color: rgb(208,191,214); }
td.TdClassName
{
border-color: #D0BFD6;
}
.TagClassName
{
border-color: #D0BFD6;
}
</style>