Shades of Prelude #DABAE7
Tints of Prelude #DABAE7
RGB
CMYK
RGB Variations
Color information
#DABAE7 (or 0xDABAE7) is known color: Prelude. HEX triplet: DA, BA and E7. RGB value is (218,186,231). Sum of RGB (Red+Green+Blue) = 218+186+231=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE7 is #254518. Grayscale: #C8C8C8. Windows color (decimal): -2442521 or 15186650. OLE color: 15186650.
HSL color Cylindrical-coordinate representation of color #DABAE7: hue angle of 282.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABAE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 186 | 231 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.09 |
| HSL | 282.67º | 0.48% | 0.82% | - |
| HSV(B) | 282.67º | 0.19% | 0.91% | - |
| XYZ | 60.9 | 55.79 | 83.16 | - |
| YUV | 200.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 231 | 0.06 | 0.19 | 0 | 0.09 | 282.67 | 0.48 | 0.82 |
| Hex | DA | BA | E7 | 6 | 13 | 0 | 9 | 11B | 30 | 52 |
| Octal | 332 | 272 | 347 | 6 | 23 | 0 | 11 | 433 | 60 | 122 |
| Binary | 11011010 | 10111010 | 11100111 | 110 | 10011 | 0 | 1001 | 100011011 | 110000 | 1010010 |
Color Harmonies of #DABAE7
Complementary color
Monochromatic Colors of #DABAE7
Black with #DABAE7
Text Example
Text Example
White with #DABAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAE7; }
p { color: rgb(218,186,231); }
H1.HeaderClassName
{
color: #DABAE7;
}
.AnyTagClassName
{
color: #DABAE7;
}
</style>
background-color css
<style>
a { background-color: #DABAE7; }
a { background-color: rgb(218,186,231); }
div.DivClassName
{
background-color: #DABAE7;
}
.BgClassName
{
background-color: #DABAE7;
}
</style>
border-color css
<style>
span { border-color: #DABAE7; }
span { border-color: rgb(218,186,231); }
td.TdClassName
{
border-color: #DABAE7;
}
.TagClassName
{
border-color: #DABAE7;
}
</style>