Shades of Prelude #DABCE5
Tints of Prelude #DABCE5
RGB
CMYK
RGB Variations
Color information
#DABCE5 (or 0xDABCE5) is known color: Prelude. HEX triplet: DA, BC and E5. RGB value is (218,188,229). Sum of RGB (Red+Green+Blue) = 218+188+229=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE5 is #25431A. Grayscale: #C9C9C9. Windows color (decimal): -2442011 or 15056090. OLE color: 15056090.
HSL color Cylindrical-coordinate representation of color #DABCE5: hue angle of 283.9º degrees, saturation: 0.44, 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 #DABCE5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 188 | 229 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.10 |
| HSL | 283.9º | 0.44% | 0.82% | - |
| HSV(B) | 283.9º | 0.18% | 0.9% | - |
| XYZ | 61.04 | 56.53 | 81.82 | - |
| YUV | 201.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 229 | 0.05 | 0.18 | 0 | 0.10 | 283.9 | 0.44 | 0.82 |
| Hex | DA | BC | E5 | 5 | 12 | 0 | A | 11C | 2C | 52 |
| Octal | 332 | 274 | 345 | 5 | 22 | 0 | 12 | 434 | 54 | 122 |
| Binary | 11011010 | 10111100 | 11100101 | 101 | 10010 | 0 | 1010 | 100011100 | 101100 | 1010010 |
Color Harmonies of #DABCE5
Complementary color
Monochromatic Colors of #DABCE5
Black with #DABCE5
Text Example
Text Example
White with #DABCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE5; }
p { color: rgb(218,188,229); }
H1.HeaderClassName
{
color: #DABCE5;
}
.AnyTagClassName
{
color: #DABCE5;
}
</style>
background-color css
<style>
a { background-color: #DABCE5; }
a { background-color: rgb(218,188,229); }
div.DivClassName
{
background-color: #DABCE5;
}
.BgClassName
{
background-color: #DABCE5;
}
</style>
border-color css
<style>
span { border-color: #DABCE5; }
span { border-color: rgb(218,188,229); }
td.TdClassName
{
border-color: #DABCE5;
}
.TagClassName
{
border-color: #DABCE5;
}
</style>