Shades of Prelude #DAB4E8
Tints of Prelude #DAB4E8
RGB
CMYK
RGB Variations
Color information
#DAB4E8 (or 0xDAB4E8) is known color: Prelude. HEX triplet: DA, B4 and E8. RGB value is (218,180,232). Sum of RGB (Red+Green+Blue) = 218+180+232=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAB4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4E8 is #254B17. Grayscale: #C5C5C5. Windows color (decimal): -2444056 or 15250650. OLE color: 15250650.
HSL color Cylindrical-coordinate representation of color #DAB4E8: hue angle of 283.85º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB4E8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 180 | 232 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.09 |
| HSL | 283.85º | 0.53% | 0.81% | - |
| HSV(B) | 283.85º | 0.22% | 0.91% | - |
| XYZ | 59.8 | 53.37 | 83.49 | - |
| YUV | 197.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 232 | 0.06 | 0.22 | 0 | 0.09 | 283.85 | 0.53 | 0.81 |
| Hex | DA | B4 | E8 | 6 | 16 | 0 | 9 | 11C | 35 | 51 |
| Octal | 332 | 264 | 350 | 6 | 26 | 0 | 11 | 434 | 65 | 121 |
| Binary | 11011010 | 10110100 | 11101000 | 110 | 10110 | 0 | 1001 | 100011100 | 110101 | 1010001 |
Color Harmonies of #DAB4E8
Complementary color
Monochromatic Colors of #DAB4E8
Black with #DAB4E8
Text Example
Text Example
White with #DAB4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4E8; }
p { color: rgb(218,180,232); }
H1.HeaderClassName
{
color: #DAB4E8;
}
.AnyTagClassName
{
color: #DAB4E8;
}
</style>
background-color css
<style>
a { background-color: #DAB4E8; }
a { background-color: rgb(218,180,232); }
div.DivClassName
{
background-color: #DAB4E8;
}
.BgClassName
{
background-color: #DAB4E8;
}
</style>
border-color css
<style>
span { border-color: #DAB4E8; }
span { border-color: rgb(218,180,232); }
td.TdClassName
{
border-color: #DAB4E8;
}
.TagClassName
{
border-color: #DAB4E8;
}
</style>