Shades of Prelude #D4BEE1
Tints of Prelude #D4BEE1
RGB
CMYK
RGB Variations
Color information
#D4BEE1 (or 0xD4BEE1) is known color: Prelude. HEX triplet: D4, BE and E1. RGB value is (212,190,225). Sum of RGB (Red+Green+Blue) = 212+190+225=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEE1 is #2B411E. Grayscale: #C8C8C8. Windows color (decimal): -2834719 or 14794452. OLE color: 14794452.
HSL color Cylindrical-coordinate representation of color #D4BEE1: hue angle of 277.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4BEE1 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 190 | 225 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.12 |
| HSL | 277.71º | 0.37% | 0.81% | - |
| HSV(B) | 277.71º | 0.16% | 0.88% | - |
| XYZ | 59.16 | 56.26 | 78.98 | - |
| YUV | 200.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 225 | 0.06 | 0.16 | 0 | 0.12 | 277.71 | 0.37 | 0.81 |
| Hex | D4 | BE | E1 | 6 | 10 | 0 | C | 116 | 25 | 51 |
| Octal | 324 | 276 | 341 | 6 | 20 | 0 | 14 | 426 | 45 | 121 |
| Binary | 11010100 | 10111110 | 11100001 | 110 | 10000 | 0 | 1100 | 100010110 | 100101 | 1010001 |
Color Harmonies of #D4BEE1
Complementary color
Monochromatic Colors of #D4BEE1
Black with #D4BEE1
Text Example
Text Example
White with #D4BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEE1; }
p { color: rgb(212,190,225); }
H1.HeaderClassName
{
color: #D4BEE1;
}
.AnyTagClassName
{
color: #D4BEE1;
}
</style>
background-color css
<style>
a { background-color: #D4BEE1; }
a { background-color: rgb(212,190,225); }
div.DivClassName
{
background-color: #D4BEE1;
}
.BgClassName
{
background-color: #D4BEE1;
}
</style>
border-color css
<style>
span { border-color: #D4BEE1; }
span { border-color: rgb(212,190,225); }
td.TdClassName
{
border-color: #D4BEE1;
}
.TagClassName
{
border-color: #D4BEE1;
}
</style>