Shades of Prelude #DABBE7
Tints of Prelude #DABBE7
RGB
CMYK
RGB Variations
Color information
#DABBE7 (or 0xDABBE7) is known color: Prelude. HEX triplet: DA, BB and E7. RGB value is (218,187,231). Sum of RGB (Red+Green+Blue) = 218+187+231=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBE7 is #254418. Grayscale: #C9C9C9. Windows color (decimal): -2442265 or 15186906. OLE color: 15186906.
HSL color Cylindrical-coordinate representation of color #DABBE7: hue angle of 282.27º 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 #DABBE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 187 | 231 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.09 |
| HSL | 282.27º | 0.48% | 0.82% | - |
| HSV(B) | 282.27º | 0.19% | 0.91% | - |
| XYZ | 61.11 | 56.22 | 83.23 | - |
| YUV | 201.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 231 | 0.06 | 0.19 | 0 | 0.09 | 282.27 | 0.48 | 0.82 |
| Hex | DA | BB | E7 | 6 | 13 | 0 | 9 | 11A | 30 | 52 |
| Octal | 332 | 273 | 347 | 6 | 23 | 0 | 11 | 432 | 60 | 122 |
| Binary | 11011010 | 10111011 | 11100111 | 110 | 10011 | 0 | 1001 | 100011010 | 110000 | 1010010 |
Color Harmonies of #DABBE7
Complementary color
Monochromatic Colors of #DABBE7
Black with #DABBE7
Text Example
Text Example
White with #DABBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBE7; }
p { color: rgb(218,187,231); }
H1.HeaderClassName
{
color: #DABBE7;
}
.AnyTagClassName
{
color: #DABBE7;
}
</style>
background-color css
<style>
a { background-color: #DABBE7; }
a { background-color: rgb(218,187,231); }
div.DivClassName
{
background-color: #DABBE7;
}
.BgClassName
{
background-color: #DABBE7;
}
</style>
border-color css
<style>
span { border-color: #DABBE7; }
span { border-color: rgb(218,187,231); }
td.TdClassName
{
border-color: #DABBE7;
}
.TagClassName
{
border-color: #DABBE7;
}
</style>