Shades of Prelude #D0BAE1
Tints of Prelude #D0BAE1
RGB
CMYK
RGB Variations
Color information
#D0BAE1 (or 0xD0BAE1) is known color: Prelude. HEX triplet: D0, BA and E1. RGB value is (208,186,225). Sum of RGB (Red+Green+Blue) = 208+186+225=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAE1 is #2F451E. Grayscale: #C4C4C4. Windows color (decimal): -3097887 or 14793424. OLE color: 14793424.
HSL color Cylindrical-coordinate representation of color #D0BAE1: hue angle of 273.85º 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 #D0BAE1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 186 | 225 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.12 |
| HSL | 273.85º | 0.39% | 0.81% | - |
| HSV(B) | 273.85º | 0.17% | 0.88% | - |
| XYZ | 57.16 | 53.96 | 78.64 | - |
| YUV | 197.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 225 | 0.08 | 0.17 | 0 | 0.12 | 273.85 | 0.39 | 0.81 |
| Hex | D0 | BA | E1 | 8 | 11 | 0 | C | 112 | 27 | 51 |
| Octal | 320 | 272 | 341 | 10 | 21 | 0 | 14 | 422 | 47 | 121 |
| Binary | 11010000 | 10111010 | 11100001 | 1000 | 10001 | 0 | 1100 | 100010010 | 100111 | 1010001 |
Color Harmonies of #D0BAE1
Complementary color
Monochromatic Colors of #D0BAE1
Black with #D0BAE1
Text Example
Text Example
White with #D0BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAE1; }
p { color: rgb(208,186,225); }
H1.HeaderClassName
{
color: #D0BAE1;
}
.AnyTagClassName
{
color: #D0BAE1;
}
</style>
background-color css
<style>
a { background-color: #D0BAE1; }
a { background-color: rgb(208,186,225); }
div.DivClassName
{
background-color: #D0BAE1;
}
.BgClassName
{
background-color: #D0BAE1;
}
</style>
border-color css
<style>
span { border-color: #D0BAE1; }
span { border-color: rgb(208,186,225); }
td.TdClassName
{
border-color: #D0BAE1;
}
.TagClassName
{
border-color: #D0BAE1;
}
</style>