Shades of Prelude #D2BAE1
Tints of Prelude #D2BAE1
RGB
CMYK
RGB Variations
Color information
#D2BAE1 (or 0xD2BAE1) is known color: Prelude. HEX triplet: D2, BA and E1. RGB value is (210,186,225). Sum of RGB (Red+Green+Blue) = 210+186+225=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAE1 is #2D451E. Grayscale: #C5C5C5. Windows color (decimal): -2966815 or 14793426. OLE color: 14793426.
HSL color Cylindrical-coordinate representation of color #D2BAE1: hue angle of 276.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BAE1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 186 | 225 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.12 |
| HSL | 276.92º | 0.39% | 0.81% | - |
| HSV(B) | 276.92º | 0.17% | 0.88% | - |
| XYZ | 57.73 | 54.26 | 78.66 | - |
| YUV | 197.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 225 | 0.07 | 0.17 | 0 | 0.12 | 276.92 | 0.39 | 0.81 |
| Hex | D2 | BA | E1 | 7 | 11 | 0 | C | 115 | 27 | 51 |
| Octal | 322 | 272 | 341 | 7 | 21 | 0 | 14 | 425 | 47 | 121 |
| Binary | 11010010 | 10111010 | 11100001 | 111 | 10001 | 0 | 1100 | 100010101 | 100111 | 1010001 |
Color Harmonies of #D2BAE1
Complementary color
Monochromatic Colors of #D2BAE1
Black with #D2BAE1
Text Example
Text Example
White with #D2BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAE1; }
p { color: rgb(210,186,225); }
H1.HeaderClassName
{
color: #D2BAE1;
}
.AnyTagClassName
{
color: #D2BAE1;
}
</style>
background-color css
<style>
a { background-color: #D2BAE1; }
a { background-color: rgb(210,186,225); }
div.DivClassName
{
background-color: #D2BAE1;
}
.BgClassName
{
background-color: #D2BAE1;
}
</style>
border-color css
<style>
span { border-color: #D2BAE1; }
span { border-color: rgb(210,186,225); }
td.TdClassName
{
border-color: #D2BAE1;
}
.TagClassName
{
border-color: #D2BAE1;
}
</style>