Shades of Prelude #DABAE6
Tints of Prelude #DABAE6
RGB
CMYK
RGB Variations
Color information
#DABAE6 (or 0xDABAE6) is known color: Prelude. HEX triplet: DA, BA and E6. RGB value is (218,186,230). Sum of RGB (Red+Green+Blue) = 218+186+230=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #DABAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE6 is #254519. Grayscale: #C8C8C8. Windows color (decimal): -2442522 or 15121114. OLE color: 15121114.
HSL color Cylindrical-coordinate representation of color #DABAE6: hue angle of 283.64º degrees, saturation: 0.47, 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 #DABAE6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 186 | 230 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.10 |
| HSL | 283.64º | 0.47% | 0.82% | - |
| HSV(B) | 283.64º | 0.19% | 0.9% | - |
| XYZ | 60.76 | 55.74 | 82.42 | - |
| YUV | 200.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 230 | 0.05 | 0.19 | 0 | 0.10 | 283.64 | 0.47 | 0.82 |
| Hex | DA | BA | E6 | 5 | 13 | 0 | A | 11C | 2F | 52 |
| Octal | 332 | 272 | 346 | 5 | 23 | 0 | 12 | 434 | 57 | 122 |
| Binary | 11011010 | 10111010 | 11100110 | 101 | 10011 | 0 | 1010 | 100011100 | 101111 | 1010010 |
Color Harmonies of #DABAE6
Complementary color
Monochromatic Colors of #DABAE6
Black with #DABAE6
Text Example
Text Example
White with #DABAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAE6; }
p { color: rgb(218,186,230); }
H1.HeaderClassName
{
color: #DABAE6;
}
.AnyTagClassName
{
color: #DABAE6;
}
</style>
background-color css
<style>
a { background-color: #DABAE6; }
a { background-color: rgb(218,186,230); }
div.DivClassName
{
background-color: #DABAE6;
}
.BgClassName
{
background-color: #DABAE6;
}
</style>
border-color css
<style>
span { border-color: #DABAE6; }
span { border-color: rgb(218,186,230); }
td.TdClassName
{
border-color: #DABAE6;
}
.TagClassName
{
border-color: #DABAE6;
}
</style>