Shades of Prelude #DBBCE6
Tints of Prelude #DBBCE6
RGB
CMYK
RGB Variations
Color information
#DBBCE6 (or 0xDBBCE6) is known color: Prelude. HEX triplet: DB, BC and E6. RGB value is (219,188,230). Sum of RGB (Red+Green+Blue) = 219+188+230=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCE6 is #244319. Grayscale: #C9C9C9. Windows color (decimal): -2376474 or 15121627. OLE color: 15121627.
HSL color Cylindrical-coordinate representation of color #DBBCE6: hue angle of 284.29º degrees, saturation: 0.46, 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 #DBBCE6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 188 | 230 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.10 |
| HSL | 284.29º | 0.46% | 0.82% | - |
| HSV(B) | 284.29º | 0.18% | 0.9% | - |
| XYZ | 61.48 | 56.74 | 82.57 | - |
| YUV | 202.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 230 | 0.05 | 0.18 | 0 | 0.10 | 284.29 | 0.46 | 0.82 |
| Hex | DB | BC | E6 | 5 | 12 | 0 | A | 11C | 2E | 52 |
| Octal | 333 | 274 | 346 | 5 | 22 | 0 | 12 | 434 | 56 | 122 |
| Binary | 11011011 | 10111100 | 11100110 | 101 | 10010 | 0 | 1010 | 100011100 | 101110 | 1010010 |
Color Harmonies of #DBBCE6
Complementary color
Monochromatic Colors of #DBBCE6
Black with #DBBCE6
Text Example
Text Example
White with #DBBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCE6; }
p { color: rgb(219,188,230); }
H1.HeaderClassName
{
color: #DBBCE6;
}
.AnyTagClassName
{
color: #DBBCE6;
}
</style>
background-color css
<style>
a { background-color: #DBBCE6; }
a { background-color: rgb(219,188,230); }
div.DivClassName
{
background-color: #DBBCE6;
}
.BgClassName
{
background-color: #DBBCE6;
}
</style>
border-color css
<style>
span { border-color: #DBBCE6; }
span { border-color: rgb(219,188,230); }
td.TdClassName
{
border-color: #DBBCE6;
}
.TagClassName
{
border-color: #DBBCE6;
}
</style>