Shades of Prelude #D9BEE5
Tints of Prelude #D9BEE5
RGB
CMYK
RGB Variations
Color information
#D9BEE5 (or 0xD9BEE5) is known color: Prelude. HEX triplet: D9, BE and E5. RGB value is (217,190,229). Sum of RGB (Red+Green+Blue) = 217+190+229=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEE5 is #26411A. Grayscale: #CACACA. Windows color (decimal): -2507035 or 15056601. OLE color: 15056601.
HSL color Cylindrical-coordinate representation of color #D9BEE5: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BEE5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 190 | 229 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.10 |
| HSL | 281.54º | 0.43% | 0.82% | - |
| HSV(B) | 281.54º | 0.17% | 0.9% | - |
| XYZ | 61.17 | 57.24 | 81.95 | - |
| YUV | 202.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 229 | 0.05 | 0.17 | 0 | 0.10 | 281.54 | 0.43 | 0.82 |
| Hex | D9 | BE | E5 | 5 | 11 | 0 | A | 11A | 2B | 52 |
| Octal | 331 | 276 | 345 | 5 | 21 | 0 | 12 | 432 | 53 | 122 |
| Binary | 11011001 | 10111110 | 11100101 | 101 | 10001 | 0 | 1010 | 100011010 | 101011 | 1010010 |
Color Harmonies of #D9BEE5
Complementary color
Monochromatic Colors of #D9BEE5
Black with #D9BEE5
Text Example
Text Example
White with #D9BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEE5; }
p { color: rgb(217,190,229); }
H1.HeaderClassName
{
color: #D9BEE5;
}
.AnyTagClassName
{
color: #D9BEE5;
}
</style>
background-color css
<style>
a { background-color: #D9BEE5; }
a { background-color: rgb(217,190,229); }
div.DivClassName
{
background-color: #D9BEE5;
}
.BgClassName
{
background-color: #D9BEE5;
}
</style>
border-color css
<style>
span { border-color: #D9BEE5; }
span { border-color: rgb(217,190,229); }
td.TdClassName
{
border-color: #D9BEE5;
}
.TagClassName
{
border-color: #D9BEE5;
}
</style>