Shades of Prelude #D4B1E3
Tints of Prelude #D4B1E3
RGB
CMYK
RGB Variations
Color information
#D4B1E3 (or 0xD4B1E3) is known color: Prelude. HEX triplet: D4, B1 and E3. RGB value is (212,177,227). Sum of RGB (Red+Green+Blue) = 212+177+227=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #D4B1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1E3 is #2B4E1C. Grayscale: #C0C0C0. Windows color (decimal): -2838045 or 14922196. OLE color: 14922196.
HSL color Cylindrical-coordinate representation of color #D4B1E3: hue angle of 282º 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 #D4B1E3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 177 | 227 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.11 |
| HSL | 282º | 0.47% | 0.79% | - |
| HSV(B) | 282º | 0.22% | 0.89% | - |
| XYZ | 56.74 | 50.99 | 79.52 | - |
| YUV | 193.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 227 | 0.07 | 0.22 | 0 | 0.11 | 282 | 0.47 | 0.79 |
| Hex | D4 | B1 | E3 | 7 | 16 | 0 | B | 11A | 2F | 4F |
| Octal | 324 | 261 | 343 | 7 | 26 | 0 | 13 | 432 | 57 | 117 |
| Binary | 11010100 | 10110001 | 11100011 | 111 | 10110 | 0 | 1011 | 100011010 | 101111 | 1001111 |
Color Harmonies of #D4B1E3
Complementary color
Monochromatic Colors of #D4B1E3
Black with #D4B1E3
Text Example
Text Example
White with #D4B1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1E3; }
p { color: rgb(212,177,227); }
H1.HeaderClassName
{
color: #D4B1E3;
}
.AnyTagClassName
{
color: #D4B1E3;
}
</style>
background-color css
<style>
a { background-color: #D4B1E3; }
a { background-color: rgb(212,177,227); }
div.DivClassName
{
background-color: #D4B1E3;
}
.BgClassName
{
background-color: #D4B1E3;
}
</style>
border-color css
<style>
span { border-color: #D4B1E3; }
span { border-color: rgb(212,177,227); }
td.TdClassName
{
border-color: #D4B1E3;
}
.TagClassName
{
border-color: #D4B1E3;
}
</style>