Shades of Prelude #DAB3E8
Tints of Prelude #DAB3E8
RGB
CMYK
RGB Variations
Color information
#DAB3E8 (or 0xDAB3E8) is known color: Prelude. HEX triplet: DA, B3 and E8. RGB value is (218,179,232). Sum of RGB (Red+Green+Blue) = 218+179+232=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3E8 is #254C17. Grayscale: #C4C4C4. Windows color (decimal): -2444312 or 15250394. OLE color: 15250394.
HSL color Cylindrical-coordinate representation of color #DAB3E8: hue angle of 284.15º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB3E8 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 179 | 232 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.09 |
| HSL | 284.15º | 0.54% | 0.81% | - |
| HSV(B) | 284.15º | 0.23% | 0.91% | - |
| XYZ | 59.6 | 52.97 | 83.43 | - |
| YUV | 196.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 232 | 0.06 | 0.23 | 0 | 0.09 | 284.15 | 0.54 | 0.81 |
| Hex | DA | B3 | E8 | 6 | 17 | 0 | 9 | 11C | 36 | 51 |
| Octal | 332 | 263 | 350 | 6 | 27 | 0 | 11 | 434 | 66 | 121 |
| Binary | 11011010 | 10110011 | 11101000 | 110 | 10111 | 0 | 1001 | 100011100 | 110110 | 1010001 |
Color Harmonies of #DAB3E8
Complementary color
Monochromatic Colors of #DAB3E8
Black with #DAB3E8
Text Example
Text Example
White with #DAB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3E8; }
p { color: rgb(218,179,232); }
H1.HeaderClassName
{
color: #DAB3E8;
}
.AnyTagClassName
{
color: #DAB3E8;
}
</style>
background-color css
<style>
a { background-color: #DAB3E8; }
a { background-color: rgb(218,179,232); }
div.DivClassName
{
background-color: #DAB3E8;
}
.BgClassName
{
background-color: #DAB3E8;
}
</style>
border-color css
<style>
span { border-color: #DAB3E8; }
span { border-color: rgb(218,179,232); }
td.TdClassName
{
border-color: #DAB3E8;
}
.TagClassName
{
border-color: #DAB3E8;
}
</style>