Shades of Prelude #DBB6E8
Tints of Prelude #DBB6E8
RGB
CMYK
RGB Variations
Color information
#DBB6E8 (or 0xDBB6E8) is known color: Prelude. HEX triplet: DB, B6 and E8. RGB value is (219,182,232). Sum of RGB (Red+Green+Blue) = 219+182+232=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6E8 is #244917. Grayscale: #C6C6C6. Windows color (decimal): -2378008 or 15251163. OLE color: 15251163.
HSL color Cylindrical-coordinate representation of color #DBB6E8: hue angle of 284.4º degrees, saturation: 0.52, 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 #DBB6E8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 182 | 232 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.09 |
| HSL | 284.4º | 0.52% | 0.81% | - |
| HSV(B) | 284.4º | 0.22% | 0.91% | - |
| XYZ | 60.51 | 54.34 | 83.64 | - |
| YUV | 198.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 232 | 0.06 | 0.22 | 0 | 0.09 | 284.4 | 0.52 | 0.81 |
| Hex | DB | B6 | E8 | 6 | 16 | 0 | 9 | 11C | 34 | 51 |
| Octal | 333 | 266 | 350 | 6 | 26 | 0 | 11 | 434 | 64 | 121 |
| Binary | 11011011 | 10110110 | 11101000 | 110 | 10110 | 0 | 1001 | 100011100 | 110100 | 1010001 |
Color Harmonies of #DBB6E8
Complementary color
Monochromatic Colors of #DBB6E8
Black with #DBB6E8
Text Example
Text Example
White with #DBB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6E8; }
p { color: rgb(219,182,232); }
H1.HeaderClassName
{
color: #DBB6E8;
}
.AnyTagClassName
{
color: #DBB6E8;
}
</style>
background-color css
<style>
a { background-color: #DBB6E8; }
a { background-color: rgb(219,182,232); }
div.DivClassName
{
background-color: #DBB6E8;
}
.BgClassName
{
background-color: #DBB6E8;
}
</style>
border-color css
<style>
span { border-color: #DBB6E8; }
span { border-color: rgb(219,182,232); }
td.TdClassName
{
border-color: #DBB6E8;
}
.TagClassName
{
border-color: #DBB6E8;
}
</style>