Shades of Prelude #D8B1E3
Tints of Prelude #D8B1E3
RGB
CMYK
RGB Variations
Color information
#D8B1E3 (or 0xD8B1E3) is known color: Prelude. HEX triplet: D8, B1 and E3. RGB value is (216,177,227). Sum of RGB (Red+Green+Blue) = 216+177+227=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8B1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1E3 is #274E1C. Grayscale: #C2C2C2. Windows color (decimal): -2575901 or 14922200. OLE color: 14922200.
HSL color Cylindrical-coordinate representation of color #D8B1E3: hue angle of 286.8º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8B1E3 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 177 | 227 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.11 |
| HSL | 286.8º | 0.47% | 0.79% | - |
| HSV(B) | 286.8º | 0.22% | 0.89% | - |
| XYZ | 57.91 | 51.59 | 79.58 | - |
| YUV | 194.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 227 | 0.05 | 0.22 | 0 | 0.11 | 286.8 | 0.47 | 0.79 |
| Hex | D8 | B1 | E3 | 5 | 16 | 0 | B | 11F | 2F | 4F |
| Octal | 330 | 261 | 343 | 5 | 26 | 0 | 13 | 437 | 57 | 117 |
| Binary | 11011000 | 10110001 | 11100011 | 101 | 10110 | 0 | 1011 | 100011111 | 101111 | 1001111 |
Color Harmonies of #D8B1E3
Complementary color
Monochromatic Colors of #D8B1E3
Black with #D8B1E3
Text Example
Text Example
White with #D8B1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1E3; }
p { color: rgb(216,177,227); }
H1.HeaderClassName
{
color: #D8B1E3;
}
.AnyTagClassName
{
color: #D8B1E3;
}
</style>
background-color css
<style>
a { background-color: #D8B1E3; }
a { background-color: rgb(216,177,227); }
div.DivClassName
{
background-color: #D8B1E3;
}
.BgClassName
{
background-color: #D8B1E3;
}
</style>
border-color css
<style>
span { border-color: #D8B1E3; }
span { border-color: rgb(216,177,227); }
td.TdClassName
{
border-color: #D8B1E3;
}
.TagClassName
{
border-color: #D8B1E3;
}
</style>