Shades of Prelude #D9BEE2
Tints of Prelude #D9BEE2
RGB
CMYK
RGB Variations
Color information
#D9BEE2 (or 0xD9BEE2) is known color: Prelude. HEX triplet: D9, BE and E2. RGB value is (217,190,226). Sum of RGB (Red+Green+Blue) = 217+190+226=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9BEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEE2 is #26411D. Grayscale: #CACACA. Windows color (decimal): -2507038 or 14859993. OLE color: 14859993.
HSL color Cylindrical-coordinate representation of color #D9BEE2: hue angle of 285º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BEE2 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 190 | 226 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.11 |
| HSL | 285º | 0.38% | 0.82% | - |
| HSV(B) | 285º | 0.16% | 0.89% | - |
| XYZ | 60.76 | 57.07 | 79.76 | - |
| YUV | 202.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 226 | 0.04 | 0.16 | 0 | 0.11 | 285 | 0.38 | 0.82 |
| Hex | D9 | BE | E2 | 4 | 10 | 0 | B | 11D | 26 | 52 |
| Octal | 331 | 276 | 342 | 4 | 20 | 0 | 13 | 435 | 46 | 122 |
| Binary | 11011001 | 10111110 | 11100010 | 100 | 10000 | 0 | 1011 | 100011101 | 100110 | 1010010 |
Color Harmonies of #D9BEE2
Complementary color
Monochromatic Colors of #D9BEE2
Black with #D9BEE2
Text Example
Text Example
White with #D9BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEE2; }
p { color: rgb(217,190,226); }
H1.HeaderClassName
{
color: #D9BEE2;
}
.AnyTagClassName
{
color: #D9BEE2;
}
</style>
background-color css
<style>
a { background-color: #D9BEE2; }
a { background-color: rgb(217,190,226); }
div.DivClassName
{
background-color: #D9BEE2;
}
.BgClassName
{
background-color: #D9BEE2;
}
</style>
border-color css
<style>
span { border-color: #D9BEE2; }
span { border-color: rgb(217,190,226); }
td.TdClassName
{
border-color: #D9BEE2;
}
.TagClassName
{
border-color: #D9BEE2;
}
</style>