Shades of Prelude #DBB5E8
Tints of Prelude #DBB5E8
RGB
CMYK
RGB Variations
Color information
#DBB5E8 (or 0xDBB5E8) is known color: Prelude. HEX triplet: DB, B5 and E8. RGB value is (219,181,232). Sum of RGB (Red+Green+Blue) = 219+181+232=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5E8 is #244A17. Grayscale: #C6C6C6. Windows color (decimal): -2378264 or 15250907. OLE color: 15250907.
HSL color Cylindrical-coordinate representation of color #DBB5E8: hue angle of 284.71º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB5E8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 181 | 232 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.09 |
| HSL | 284.71º | 0.53% | 0.81% | - |
| HSV(B) | 284.71º | 0.22% | 0.91% | - |
| XYZ | 60.3 | 53.93 | 83.58 | - |
| YUV | 198.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 232 | 0.06 | 0.22 | 0 | 0.09 | 284.71 | 0.53 | 0.81 |
| Hex | DB | B5 | E8 | 6 | 16 | 0 | 9 | 11D | 35 | 51 |
| Octal | 333 | 265 | 350 | 6 | 26 | 0 | 11 | 435 | 65 | 121 |
| Binary | 11011011 | 10110101 | 11101000 | 110 | 10110 | 0 | 1001 | 100011101 | 110101 | 1010001 |
Color Harmonies of #DBB5E8
Complementary color
Monochromatic Colors of #DBB5E8
Black with #DBB5E8
Text Example
Text Example
White with #DBB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5E8; }
p { color: rgb(219,181,232); }
H1.HeaderClassName
{
color: #DBB5E8;
}
.AnyTagClassName
{
color: #DBB5E8;
}
</style>
background-color css
<style>
a { background-color: #DBB5E8; }
a { background-color: rgb(219,181,232); }
div.DivClassName
{
background-color: #DBB5E8;
}
.BgClassName
{
background-color: #DBB5E8;
}
</style>
border-color css
<style>
span { border-color: #DBB5E8; }
span { border-color: rgb(219,181,232); }
td.TdClassName
{
border-color: #DBB5E8;
}
.TagClassName
{
border-color: #DBB5E8;
}
</style>