Shades of Prelude #DAB0E7
Tints of Prelude #DAB0E7
RGB
CMYK
RGB Variations
Color information
#DAB0E7 (or 0xDAB0E7) is known color: Prelude. HEX triplet: DA, B0 and E7. RGB value is (218,176,231). Sum of RGB (Red+Green+Blue) = 218+176+231=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0E7 is #254F18. Grayscale: #C2C2C2. Windows color (decimal): -2445081 or 15184090. OLE color: 15184090.
HSL color Cylindrical-coordinate representation of color #DAB0E7: hue angle of 285.82º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB0E7 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 176 | 231 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.09 |
| HSL | 285.82º | 0.53% | 0.8% | - |
| HSV(B) | 285.82º | 0.24% | 0.91% | - |
| XYZ | 58.86 | 51.73 | 82.48 | - |
| YUV | 194.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 231 | 0.06 | 0.24 | 0 | 0.09 | 285.82 | 0.53 | 0.8 |
| Hex | DA | B0 | E7 | 6 | 18 | 0 | 9 | 11E | 35 | 50 |
| Octal | 332 | 260 | 347 | 6 | 30 | 0 | 11 | 436 | 65 | 120 |
| Binary | 11011010 | 10110000 | 11100111 | 110 | 11000 | 0 | 1001 | 100011110 | 110101 | 1010000 |
Color Harmonies of #DAB0E7
Complementary color
Monochromatic Colors of #DAB0E7
Black with #DAB0E7
Text Example
Text Example
White with #DAB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0E7; }
p { color: rgb(218,176,231); }
H1.HeaderClassName
{
color: #DAB0E7;
}
.AnyTagClassName
{
color: #DAB0E7;
}
</style>
background-color css
<style>
a { background-color: #DAB0E7; }
a { background-color: rgb(218,176,231); }
div.DivClassName
{
background-color: #DAB0E7;
}
.BgClassName
{
background-color: #DAB0E7;
}
</style>
border-color css
<style>
span { border-color: #DAB0E7; }
span { border-color: rgb(218,176,231); }
td.TdClassName
{
border-color: #DAB0E7;
}
.TagClassName
{
border-color: #DAB0E7;
}
</style>