Shades of Prelude #D1BFD6
Tints of Prelude #D1BFD6
RGB
CMYK
RGB Variations
Color information
#D1BFD6 (or 0xD1BFD6) is known color: Prelude. HEX triplet: D1, BF and D6. RGB value is (209,191,214). Sum of RGB (Red+Green+Blue) = 209+191+214=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFD6 is #2E4029. Grayscale: #C6C6C6. Windows color (decimal): -3031082 or 14073809. OLE color: 14073809.
HSL color Cylindrical-coordinate representation of color #D1BFD6: hue angle of 286.96º 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 #D1BFD6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 191 | 214 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.16 |
| HSL | 286.96º | 0.22% | 0.79% | - |
| HSV(B) | 286.96º | 0.11% | 0.84% | - |
| XYZ | 57.06 | 55.67 | 71.36 | - |
| YUV | 199 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 214 | 0.02 | 0.11 | 0 | 0.16 | 286.96 | 0.22 | 0.79 |
| Hex | D1 | BF | D6 | 2 | B | 0 | 10 | 11F | 16 | 4F |
| Octal | 321 | 277 | 326 | 2 | 13 | 0 | 20 | 437 | 26 | 117 |
| Binary | 11010001 | 10111111 | 11010110 | 10 | 1011 | 0 | 10000 | 100011111 | 10110 | 1001111 |
Color Harmonies of #D1BFD6
Complementary color
Monochromatic Colors of #D1BFD6
Black with #D1BFD6
Text Example
Text Example
White with #D1BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFD6; }
p { color: rgb(209,191,214); }
H1.HeaderClassName
{
color: #D1BFD6;
}
.AnyTagClassName
{
color: #D1BFD6;
}
</style>
background-color css
<style>
a { background-color: #D1BFD6; }
a { background-color: rgb(209,191,214); }
div.DivClassName
{
background-color: #D1BFD6;
}
.BgClassName
{
background-color: #D1BFD6;
}
</style>
border-color css
<style>
span { border-color: #D1BFD6; }
span { border-color: rgb(209,191,214); }
td.TdClassName
{
border-color: #D1BFD6;
}
.TagClassName
{
border-color: #D1BFD6;
}
</style>