Shades of Prelude #D1B8D7
Tints of Prelude #D1B8D7
RGB
CMYK
RGB Variations
Color information
#D1B8D7 (or 0xD1B8D7) is known color: Prelude. HEX triplet: D1, B8 and D7. RGB value is (209,184,215). Sum of RGB (Red+Green+Blue) = 209+184+215=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1B8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8D7 is #2E4728. Grayscale: #C2C2C2. Windows color (decimal): -3032873 or 14137553. OLE color: 14137553.
HSL color Cylindrical-coordinate representation of color #D1B8D7: hue angle of 288.39º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B8D7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 184 | 215 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.16 |
| HSL | 288.39º | 0.28% | 0.78% | - |
| HSV(B) | 288.39º | 0.14% | 0.84% | - |
| XYZ | 55.7 | 52.74 | 71.53 | - |
| YUV | 195.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 215 | 0.03 | 0.14 | 0 | 0.16 | 288.39 | 0.28 | 0.78 |
| Hex | D1 | B8 | D7 | 3 | E | 0 | 10 | 120 | 1C | 4E |
| Octal | 321 | 270 | 327 | 3 | 16 | 0 | 20 | 440 | 34 | 116 |
| Binary | 11010001 | 10111000 | 11010111 | 11 | 1110 | 0 | 10000 | 100100000 | 11100 | 1001110 |
Color Harmonies of #D1B8D7
Complementary color
Monochromatic Colors of #D1B8D7
Black with #D1B8D7
Text Example
Text Example
White with #D1B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B8D7; }
p { color: rgb(209,184,215); }
H1.HeaderClassName
{
color: #D1B8D7;
}
.AnyTagClassName
{
color: #D1B8D7;
}
</style>
background-color css
<style>
a { background-color: #D1B8D7; }
a { background-color: rgb(209,184,215); }
div.DivClassName
{
background-color: #D1B8D7;
}
.BgClassName
{
background-color: #D1B8D7;
}
</style>
border-color css
<style>
span { border-color: #D1B8D7; }
span { border-color: rgb(209,184,215); }
td.TdClassName
{
border-color: #D1B8D7;
}
.TagClassName
{
border-color: #D1B8D7;
}
</style>