Shades of Prelude #D0B1E1
Tints of Prelude #D0B1E1
RGB
CMYK
RGB Variations
Color information
#D0B1E1 (or 0xD0B1E1) is known color: Prelude. HEX triplet: D0, B1 and E1. RGB value is (208,177,225). Sum of RGB (Red+Green+Blue) = 208+177+225=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0B1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1E1 is #2F4E1E. Grayscale: #BFBFBF. Windows color (decimal): -3100191 or 14791120. OLE color: 14791120.
HSL color Cylindrical-coordinate representation of color #D0B1E1: hue angle of 278.75º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B1E1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 177 | 225 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.12 |
| HSL | 278.75º | 0.44% | 0.79% | - |
| HSV(B) | 278.75º | 0.21% | 0.88% | - |
| XYZ | 55.33 | 50.29 | 78.03 | - |
| YUV | 191.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 225 | 0.08 | 0.21 | 0 | 0.12 | 278.75 | 0.44 | 0.79 |
| Hex | D0 | B1 | E1 | 8 | 15 | 0 | C | 117 | 2C | 4F |
| Octal | 320 | 261 | 341 | 10 | 25 | 0 | 14 | 427 | 54 | 117 |
| Binary | 11010000 | 10110001 | 11100001 | 1000 | 10101 | 0 | 1100 | 100010111 | 101100 | 1001111 |
Color Harmonies of #D0B1E1
Complementary color
Monochromatic Colors of #D0B1E1
Black with #D0B1E1
Text Example
Text Example
White with #D0B1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B1E1; }
p { color: rgb(208,177,225); }
H1.HeaderClassName
{
color: #D0B1E1;
}
.AnyTagClassName
{
color: #D0B1E1;
}
</style>
background-color css
<style>
a { background-color: #D0B1E1; }
a { background-color: rgb(208,177,225); }
div.DivClassName
{
background-color: #D0B1E1;
}
.BgClassName
{
background-color: #D0B1E1;
}
</style>
border-color css
<style>
span { border-color: #D0B1E1; }
span { border-color: rgb(208,177,225); }
td.TdClassName
{
border-color: #D0B1E1;
}
.TagClassName
{
border-color: #D0B1E1;
}
</style>