Shades of Prelude #DBBDE6
Tints of Prelude #DBBDE6
RGB
CMYK
RGB Variations
Color information
#DBBDE6 (or 0xDBBDE6) is known color: Prelude. HEX triplet: DB, BD and E6. RGB value is (219,189,230). Sum of RGB (Red+Green+Blue) = 219+189+230=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDE6 is #244219. Grayscale: #CACACA. Windows color (decimal): -2376218 or 15121883. OLE color: 15121883.
HSL color Cylindrical-coordinate representation of color #DBBDE6: hue angle of 283.9º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBDE6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 189 | 230 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.10 |
| HSL | 283.9º | 0.45% | 0.82% | - |
| HSV(B) | 283.9º | 0.18% | 0.9% | - |
| XYZ | 61.69 | 57.17 | 82.65 | - |
| YUV | 202.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 230 | 0.05 | 0.18 | 0 | 0.10 | 283.9 | 0.45 | 0.82 |
| Hex | DB | BD | E6 | 5 | 12 | 0 | A | 11C | 2D | 52 |
| Octal | 333 | 275 | 346 | 5 | 22 | 0 | 12 | 434 | 55 | 122 |
| Binary | 11011011 | 10111101 | 11100110 | 101 | 10010 | 0 | 1010 | 100011100 | 101101 | 1010010 |
Color Harmonies of #DBBDE6
Complementary color
Monochromatic Colors of #DBBDE6
Black with #DBBDE6
Text Example
Text Example
White with #DBBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDE6; }
p { color: rgb(219,189,230); }
H1.HeaderClassName
{
color: #DBBDE6;
}
.AnyTagClassName
{
color: #DBBDE6;
}
</style>
background-color css
<style>
a { background-color: #DBBDE6; }
a { background-color: rgb(219,189,230); }
div.DivClassName
{
background-color: #DBBDE6;
}
.BgClassName
{
background-color: #DBBDE6;
}
</style>
border-color css
<style>
span { border-color: #DBBDE6; }
span { border-color: rgb(219,189,230); }
td.TdClassName
{
border-color: #DBBDE6;
}
.TagClassName
{
border-color: #DBBDE6;
}
</style>