Shades of Prelude #D0B4E1
Tints of Prelude #D0B4E1
RGB
CMYK
RGB Variations
Color information
#D0B4E1 (or 0xD0B4E1) is known color: Prelude. HEX triplet: D0, B4 and E1. RGB value is (208,180,225). Sum of RGB (Red+Green+Blue) = 208+180+225=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0B4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4E1 is #2F4B1E. Grayscale: #C1C1C1. Windows color (decimal): -3099423 or 14791888. OLE color: 14791888.
HSL color Cylindrical-coordinate representation of color #D0B4E1: hue angle of 277.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0B4E1 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 180 | 225 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.12 |
| HSL | 277.33º | 0.43% | 0.79% | - |
| HSV(B) | 277.33º | 0.2% | 0.88% | - |
| XYZ | 55.92 | 51.49 | 78.22 | - |
| YUV | 193.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 225 | 0.08 | 0.2 | 0 | 0.12 | 277.33 | 0.43 | 0.79 |
| Hex | D0 | B4 | E1 | 8 | 14 | 0 | C | 115 | 2B | 4F |
| Octal | 320 | 264 | 341 | 10 | 24 | 0 | 14 | 425 | 53 | 117 |
| Binary | 11010000 | 10110100 | 11100001 | 1000 | 10100 | 0 | 1100 | 100010101 | 101011 | 1001111 |
Color Harmonies of #D0B4E1
Complementary color
Monochromatic Colors of #D0B4E1
Black with #D0B4E1
Text Example
Text Example
White with #D0B4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4E1; }
p { color: rgb(208,180,225); }
H1.HeaderClassName
{
color: #D0B4E1;
}
.AnyTagClassName
{
color: #D0B4E1;
}
</style>
background-color css
<style>
a { background-color: #D0B4E1; }
a { background-color: rgb(208,180,225); }
div.DivClassName
{
background-color: #D0B4E1;
}
.BgClassName
{
background-color: #D0B4E1;
}
</style>
border-color css
<style>
span { border-color: #D0B4E1; }
span { border-color: rgb(208,180,225); }
td.TdClassName
{
border-color: #D0B4E1;
}
.TagClassName
{
border-color: #D0B4E1;
}
</style>