Shades of Prelude #DAB9E6
Tints of Prelude #DAB9E6
RGB
CMYK
RGB Variations
Color information
#DAB9E6 (or 0xDAB9E6) is known color: Prelude. HEX triplet: DA, B9 and E6. RGB value is (218,185,230). Sum of RGB (Red+Green+Blue) = 218+185+230=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9E6 is #254619. Grayscale: #C7C7C7. Windows color (decimal): -2442778 or 15120858. OLE color: 15120858.
HSL color Cylindrical-coordinate representation of color #DAB9E6: hue angle of 284º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB9E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 185 | 230 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.10 |
| HSL | 284º | 0.47% | 0.81% | - |
| HSV(B) | 284º | 0.2% | 0.9% | - |
| XYZ | 60.55 | 55.32 | 82.35 | - |
| YUV | 200 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 230 | 0.05 | 0.20 | 0 | 0.10 | 284 | 0.47 | 0.81 |
| Hex | DA | B9 | E6 | 5 | 14 | 0 | A | 11C | 2F | 51 |
| Octal | 332 | 271 | 346 | 5 | 24 | 0 | 12 | 434 | 57 | 121 |
| Binary | 11011010 | 10111001 | 11100110 | 101 | 10100 | 0 | 1010 | 100011100 | 101111 | 1010001 |
Color Harmonies of #DAB9E6
Complementary color
Monochromatic Colors of #DAB9E6
Black with #DAB9E6
Text Example
Text Example
White with #DAB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9E6; }
p { color: rgb(218,185,230); }
H1.HeaderClassName
{
color: #DAB9E6;
}
.AnyTagClassName
{
color: #DAB9E6;
}
</style>
background-color css
<style>
a { background-color: #DAB9E6; }
a { background-color: rgb(218,185,230); }
div.DivClassName
{
background-color: #DAB9E6;
}
.BgClassName
{
background-color: #DAB9E6;
}
</style>
border-color css
<style>
span { border-color: #DAB9E6; }
span { border-color: rgb(218,185,230); }
td.TdClassName
{
border-color: #DAB9E6;
}
.TagClassName
{
border-color: #DAB9E6;
}
</style>