Shades of Prelude #DABDE5
Tints of Prelude #DABDE5
RGB
CMYK
RGB Variations
Color information
#DABDE5 (or 0xDABDE5) is known color: Prelude. HEX triplet: DA, BD and E5. RGB value is (218,189,229). Sum of RGB (Red+Green+Blue) = 218+189+229=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE5 is #25421A. Grayscale: #CACACA. Windows color (decimal): -2441755 or 15056346. OLE color: 15056346.
HSL color Cylindrical-coordinate representation of color #DABDE5: hue angle of 283.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABDE5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 189 | 229 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.10 |
| HSL | 283.5º | 0.43% | 0.82% | - |
| HSV(B) | 283.5º | 0.17% | 0.9% | - |
| XYZ | 61.25 | 56.96 | 81.89 | - |
| YUV | 202.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 229 | 0.05 | 0.17 | 0 | 0.10 | 283.5 | 0.43 | 0.82 |
| Hex | DA | BD | E5 | 5 | 11 | 0 | A | 11C | 2B | 52 |
| Octal | 332 | 275 | 345 | 5 | 21 | 0 | 12 | 434 | 53 | 122 |
| Binary | 11011010 | 10111101 | 11100101 | 101 | 10001 | 0 | 1010 | 100011100 | 101011 | 1010010 |
Color Harmonies of #DABDE5
Complementary color
Monochromatic Colors of #DABDE5
Black with #DABDE5
Text Example
Text Example
White with #DABDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDE5; }
p { color: rgb(218,189,229); }
H1.HeaderClassName
{
color: #DABDE5;
}
.AnyTagClassName
{
color: #DABDE5;
}
</style>
background-color css
<style>
a { background-color: #DABDE5; }
a { background-color: rgb(218,189,229); }
div.DivClassName
{
background-color: #DABDE5;
}
.BgClassName
{
background-color: #DABDE5;
}
</style>
border-color css
<style>
span { border-color: #DABDE5; }
span { border-color: rgb(218,189,229); }
td.TdClassName
{
border-color: #DABDE5;
}
.TagClassName
{
border-color: #DABDE5;
}
</style>