Shades of Prelude #DBB4E7
Tints of Prelude #DBB4E7
RGB
CMYK
RGB Variations
Color information
#DBB4E7 (or 0xDBB4E7) is known color: Prelude. HEX triplet: DB, B4 and E7. RGB value is (219,180,231). Sum of RGB (Red+Green+Blue) = 219+180+231=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4E7 is #244B18. Grayscale: #C5C5C5. Windows color (decimal): -2378521 or 15185115. OLE color: 15185115.
HSL color Cylindrical-coordinate representation of color #DBB4E7: hue angle of 285.88º 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 #DBB4E7 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 180 | 231 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.09 |
| HSL | 285.88º | 0.52% | 0.81% | - |
| HSV(B) | 285.88º | 0.22% | 0.91% | - |
| XYZ | 59.96 | 53.47 | 82.76 | - |
| YUV | 197.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 231 | 0.05 | 0.22 | 0 | 0.09 | 285.88 | 0.52 | 0.81 |
| Hex | DB | B4 | E7 | 5 | 16 | 0 | 9 | 11E | 34 | 51 |
| Octal | 333 | 264 | 347 | 5 | 26 | 0 | 11 | 436 | 64 | 121 |
| Binary | 11011011 | 10110100 | 11100111 | 101 | 10110 | 0 | 1001 | 100011110 | 110100 | 1010001 |
Color Harmonies of #DBB4E7
Complementary color
Monochromatic Colors of #DBB4E7
Black with #DBB4E7
Text Example
Text Example
White with #DBB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4E7; }
p { color: rgb(219,180,231); }
H1.HeaderClassName
{
color: #DBB4E7;
}
.AnyTagClassName
{
color: #DBB4E7;
}
</style>
background-color css
<style>
a { background-color: #DBB4E7; }
a { background-color: rgb(219,180,231); }
div.DivClassName
{
background-color: #DBB4E7;
}
.BgClassName
{
background-color: #DBB4E7;
}
</style>
border-color css
<style>
span { border-color: #DBB4E7; }
span { border-color: rgb(219,180,231); }
td.TdClassName
{
border-color: #DBB4E7;
}
.TagClassName
{
border-color: #DBB4E7;
}
</style>