Shades of Prelude #DABBE5
Tints of Prelude #DABBE5
RGB
CMYK
RGB Variations
Color information
#DABBE5 (or 0xDABBE5) is known color: Prelude. HEX triplet: DA, BB and E5. RGB value is (218,187,229). Sum of RGB (Red+Green+Blue) = 218+187+229=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBE5 is #25441A. Grayscale: #C8C8C8. Windows color (decimal): -2442267 or 15055834. OLE color: 15055834.
HSL color Cylindrical-coordinate representation of color #DABBE5: hue angle of 284.29º degrees, saturation: 0.45, 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 #DABBE5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 187 | 229 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.10 |
| HSL | 284.29º | 0.45% | 0.82% | - |
| HSV(B) | 284.29º | 0.18% | 0.9% | - |
| XYZ | 60.83 | 56.1 | 81.75 | - |
| YUV | 201.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 229 | 0.05 | 0.18 | 0 | 0.10 | 284.29 | 0.45 | 0.82 |
| Hex | DA | BB | E5 | 5 | 12 | 0 | A | 11C | 2D | 52 |
| Octal | 332 | 273 | 345 | 5 | 22 | 0 | 12 | 434 | 55 | 122 |
| Binary | 11011010 | 10111011 | 11100101 | 101 | 10010 | 0 | 1010 | 100011100 | 101101 | 1010010 |
Color Harmonies of #DABBE5
Complementary color
Monochromatic Colors of #DABBE5
Black with #DABBE5
Text Example
Text Example
White with #DABBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBE5; }
p { color: rgb(218,187,229); }
H1.HeaderClassName
{
color: #DABBE5;
}
.AnyTagClassName
{
color: #DABBE5;
}
</style>
background-color css
<style>
a { background-color: #DABBE5; }
a { background-color: rgb(218,187,229); }
div.DivClassName
{
background-color: #DABBE5;
}
.BgClassName
{
background-color: #DABBE5;
}
</style>
border-color css
<style>
span { border-color: #DABBE5; }
span { border-color: rgb(218,187,229); }
td.TdClassName
{
border-color: #DABBE5;
}
.TagClassName
{
border-color: #DABBE5;
}
</style>