Shades of Prelude #DBBBE6
Tints of Prelude #DBBBE6
RGB
CMYK
RGB Variations
Color information
#DBBBE6 (or 0xDBBBE6) is known color: Prelude. HEX triplet: DB, BB and E6. RGB value is (219,187,230). Sum of RGB (Red+Green+Blue) = 219+187+230=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBE6 is #244419. Grayscale: #C9C9C9. Windows color (decimal): -2376730 or 15121371. OLE color: 15121371.
HSL color Cylindrical-coordinate representation of color #DBBBE6: hue angle of 284.65º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBBE6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 187 | 230 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.10 |
| HSL | 284.65º | 0.46% | 0.82% | - |
| HSV(B) | 284.65º | 0.19% | 0.9% | - |
| XYZ | 61.27 | 56.31 | 82.5 | - |
| YUV | 201.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 230 | 0.05 | 0.19 | 0 | 0.10 | 284.65 | 0.46 | 0.82 |
| Hex | DB | BB | E6 | 5 | 13 | 0 | A | 11D | 2E | 52 |
| Octal | 333 | 273 | 346 | 5 | 23 | 0 | 12 | 435 | 56 | 122 |
| Binary | 11011011 | 10111011 | 11100110 | 101 | 10011 | 0 | 1010 | 100011101 | 101110 | 1010010 |
Color Harmonies of #DBBBE6
Complementary color
Monochromatic Colors of #DBBBE6
Black with #DBBBE6
Text Example
Text Example
White with #DBBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBE6; }
p { color: rgb(219,187,230); }
H1.HeaderClassName
{
color: #DBBBE6;
}
.AnyTagClassName
{
color: #DBBBE6;
}
</style>
background-color css
<style>
a { background-color: #DBBBE6; }
a { background-color: rgb(219,187,230); }
div.DivClassName
{
background-color: #DBBBE6;
}
.BgClassName
{
background-color: #DBBBE6;
}
</style>
border-color css
<style>
span { border-color: #DBBBE6; }
span { border-color: rgb(219,187,230); }
td.TdClassName
{
border-color: #DBBBE6;
}
.TagClassName
{
border-color: #DBBBE6;
}
</style>