Shades of Prelude #DAB1E6
Tints of Prelude #DAB1E6
RGB
CMYK
RGB Variations
Color information
#DAB1E6 (or 0xDAB1E6) is known color: Prelude. HEX triplet: DA, B1 and E6. RGB value is (218,177,230). Sum of RGB (Red+Green+Blue) = 218+177+230=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAB1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB1E6 is #254E19. Grayscale: #C3C3C3. Windows color (decimal): -2444826 or 15118810. OLE color: 15118810.
HSL color Cylindrical-coordinate representation of color #DAB1E6: hue angle of 286.42º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB1E6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 177 | 230 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.10 |
| HSL | 286.42º | 0.51% | 0.8% | - |
| HSV(B) | 286.42º | 0.23% | 0.9% | - |
| XYZ | 58.92 | 52.06 | 81.81 | - |
| YUV | 195.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 230 | 0.05 | 0.23 | 0 | 0.10 | 286.42 | 0.51 | 0.8 |
| Hex | DA | B1 | E6 | 5 | 17 | 0 | A | 11E | 33 | 50 |
| Octal | 332 | 261 | 346 | 5 | 27 | 0 | 12 | 436 | 63 | 120 |
| Binary | 11011010 | 10110001 | 11100110 | 101 | 10111 | 0 | 1010 | 100011110 | 110011 | 1010000 |
Color Harmonies of #DAB1E6
Complementary color
Monochromatic Colors of #DAB1E6
Black with #DAB1E6
Text Example
Text Example
White with #DAB1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1E6; }
p { color: rgb(218,177,230); }
H1.HeaderClassName
{
color: #DAB1E6;
}
.AnyTagClassName
{
color: #DAB1E6;
}
</style>
background-color css
<style>
a { background-color: #DAB1E6; }
a { background-color: rgb(218,177,230); }
div.DivClassName
{
background-color: #DAB1E6;
}
.BgClassName
{
background-color: #DAB1E6;
}
</style>
border-color css
<style>
span { border-color: #DAB1E6; }
span { border-color: rgb(218,177,230); }
td.TdClassName
{
border-color: #DAB1E6;
}
.TagClassName
{
border-color: #DAB1E6;
}
</style>