Shades of Prelude #D0BAE0
Tints of Prelude #D0BAE0
RGB
CMYK
RGB Variations
Color information
#D0BAE0 (or 0xD0BAE0) is known color: Prelude. HEX triplet: D0, BA and E0. RGB value is (208,186,224). Sum of RGB (Red+Green+Blue) = 208+186+224=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BAE0 is #2F451F. Grayscale: #C4C4C4. Windows color (decimal): -3097888 or 14727888. OLE color: 14727888.
HSL color Cylindrical-coordinate representation of color #D0BAE0: hue angle of 274.74º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BAE0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 186 | 224 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.12 |
| HSL | 274.74º | 0.38% | 0.8% | - |
| HSV(B) | 274.74º | 0.17% | 0.88% | - |
| XYZ | 57.03 | 53.91 | 77.92 | - |
| YUV | 196.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 224 | 0.07 | 0.17 | 0 | 0.12 | 274.74 | 0.38 | 0.8 |
| Hex | D0 | BA | E0 | 7 | 11 | 0 | C | 113 | 26 | 50 |
| Octal | 320 | 272 | 340 | 7 | 21 | 0 | 14 | 423 | 46 | 120 |
| Binary | 11010000 | 10111010 | 11100000 | 111 | 10001 | 0 | 1100 | 100010011 | 100110 | 1010000 |
Color Harmonies of #D0BAE0
Complementary color
Monochromatic Colors of #D0BAE0
Black with #D0BAE0
Text Example
Text Example
White with #D0BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BAE0; }
p { color: rgb(208,186,224); }
H1.HeaderClassName
{
color: #D0BAE0;
}
.AnyTagClassName
{
color: #D0BAE0;
}
</style>
background-color css
<style>
a { background-color: #D0BAE0; }
a { background-color: rgb(208,186,224); }
div.DivClassName
{
background-color: #D0BAE0;
}
.BgClassName
{
background-color: #D0BAE0;
}
</style>
border-color css
<style>
span { border-color: #D0BAE0; }
span { border-color: rgb(208,186,224); }
td.TdClassName
{
border-color: #D0BAE0;
}
.TagClassName
{
border-color: #D0BAE0;
}
</style>