Shades of Prelude #DAB8E8
Tints of Prelude #DAB8E8
RGB
CMYK
RGB Variations
Color information
#DAB8E8 (or 0xDAB8E8) is known color: Prelude. HEX triplet: DA, B8 and E8. RGB value is (218,184,232). Sum of RGB (Red+Green+Blue) = 218+184+232=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8E8 is #254717. Grayscale: #C7C7C7. Windows color (decimal): -2443032 or 15251674. OLE color: 15251674.
HSL color Cylindrical-coordinate representation of color #DAB8E8: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB8E8 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 184 | 232 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.09 |
| HSL | 282.5º | 0.51% | 0.82% | - |
| HSV(B) | 282.5º | 0.21% | 0.91% | - |
| XYZ | 60.62 | 55.01 | 83.77 | - |
| YUV | 199.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 232 | 0.06 | 0.21 | 0 | 0.09 | 282.5 | 0.51 | 0.82 |
| Hex | DA | B8 | E8 | 6 | 15 | 0 | 9 | 11A | 33 | 52 |
| Octal | 332 | 270 | 350 | 6 | 25 | 0 | 11 | 432 | 63 | 122 |
| Binary | 11011010 | 10111000 | 11101000 | 110 | 10101 | 0 | 1001 | 100011010 | 110011 | 1010010 |
Color Harmonies of #DAB8E8
Complementary color
Monochromatic Colors of #DAB8E8
Black with #DAB8E8
Text Example
Text Example
White with #DAB8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8E8; }
p { color: rgb(218,184,232); }
H1.HeaderClassName
{
color: #DAB8E8;
}
.AnyTagClassName
{
color: #DAB8E8;
}
</style>
background-color css
<style>
a { background-color: #DAB8E8; }
a { background-color: rgb(218,184,232); }
div.DivClassName
{
background-color: #DAB8E8;
}
.BgClassName
{
background-color: #DAB8E8;
}
</style>
border-color css
<style>
span { border-color: #DAB8E8; }
span { border-color: rgb(218,184,232); }
td.TdClassName
{
border-color: #DAB8E8;
}
.TagClassName
{
border-color: #DAB8E8;
}
</style>