Shades of Prelude #DABCE6
Tints of Prelude #DABCE6
RGB
CMYK
RGB Variations
Color information
#DABCE6 (or 0xDABCE6) is known color: Prelude. HEX triplet: DA, BC and E6. RGB value is (218,188,230). Sum of RGB (Red+Green+Blue) = 218+188+230=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #DABCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCE6 is #254319. Grayscale: #C9C9C9. Windows color (decimal): -2442010 or 15121626. OLE color: 15121626.
HSL color Cylindrical-coordinate representation of color #DABCE6: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABCE6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 188 | 230 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.10 |
| HSL | 282.86º | 0.46% | 0.82% | - |
| HSV(B) | 282.86º | 0.18% | 0.9% | - |
| XYZ | 61.18 | 56.59 | 82.56 | - |
| YUV | 201.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 230 | 0.05 | 0.18 | 0 | 0.10 | 282.86 | 0.46 | 0.82 |
| Hex | DA | BC | E6 | 5 | 12 | 0 | A | 11B | 2E | 52 |
| Octal | 332 | 274 | 346 | 5 | 22 | 0 | 12 | 433 | 56 | 122 |
| Binary | 11011010 | 10111100 | 11100110 | 101 | 10010 | 0 | 1010 | 100011011 | 101110 | 1010010 |
Color Harmonies of #DABCE6
Complementary color
Monochromatic Colors of #DABCE6
Black with #DABCE6
Text Example
Text Example
White with #DABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE6; }
p { color: rgb(218,188,230); }
H1.HeaderClassName
{
color: #DABCE6;
}
.AnyTagClassName
{
color: #DABCE6;
}
</style>
background-color css
<style>
a { background-color: #DABCE6; }
a { background-color: rgb(218,188,230); }
div.DivClassName
{
background-color: #DABCE6;
}
.BgClassName
{
background-color: #DABCE6;
}
</style>
border-color css
<style>
span { border-color: #DABCE6; }
span { border-color: rgb(218,188,230); }
td.TdClassName
{
border-color: #DABCE6;
}
.TagClassName
{
border-color: #DABCE6;
}
</style>