Shades of Prelude #DBB2E6
Tints of Prelude #DBB2E6
RGB
CMYK
RGB Variations
Color information
#DBB2E6 (or 0xDBB2E6) is known color: Prelude. HEX triplet: DB, B2 and E6. RGB value is (219,178,230). Sum of RGB (Red+Green+Blue) = 219+178+230=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2E6 is #244D19. Grayscale: #C4C4C4. Windows color (decimal): -2379034 or 15119067. OLE color: 15119067.
HSL color Cylindrical-coordinate representation of color #DBB2E6: hue angle of 287.31º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB2E6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 178 | 230 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.10 |
| HSL | 287.31º | 0.51% | 0.8% | - |
| HSV(B) | 287.31º | 0.23% | 0.9% | - |
| XYZ | 59.42 | 52.61 | 81.89 | - |
| YUV | 196.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 230 | 0.05 | 0.23 | 0 | 0.10 | 287.31 | 0.51 | 0.8 |
| Hex | DB | B2 | E6 | 5 | 17 | 0 | A | 11F | 33 | 50 |
| Octal | 333 | 262 | 346 | 5 | 27 | 0 | 12 | 437 | 63 | 120 |
| Binary | 11011011 | 10110010 | 11100110 | 101 | 10111 | 0 | 1010 | 100011111 | 110011 | 1010000 |
Color Harmonies of #DBB2E6
Complementary color
Monochromatic Colors of #DBB2E6
Black with #DBB2E6
Text Example
Text Example
White with #DBB2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2E6; }
p { color: rgb(219,178,230); }
H1.HeaderClassName
{
color: #DBB2E6;
}
.AnyTagClassName
{
color: #DBB2E6;
}
</style>
background-color css
<style>
a { background-color: #DBB2E6; }
a { background-color: rgb(219,178,230); }
div.DivClassName
{
background-color: #DBB2E6;
}
.BgClassName
{
background-color: #DBB2E6;
}
</style>
border-color css
<style>
span { border-color: #DBB2E6; }
span { border-color: rgb(219,178,230); }
td.TdClassName
{
border-color: #DBB2E6;
}
.TagClassName
{
border-color: #DBB2E6;
}
</style>