Shades of Prelude #DAB2E5
Tints of Prelude #DAB2E5
RGB
CMYK
RGB Variations
Color information
#DAB2E5 (or 0xDAB2E5) is known color: Prelude. HEX triplet: DA, B2 and E5. RGB value is (218,178,229). Sum of RGB (Red+Green+Blue) = 218+178+229=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2E5 is #254D1A. Grayscale: #C3C3C3. Windows color (decimal): -2444571 or 15053530. OLE color: 15053530.
HSL color Cylindrical-coordinate representation of color #DAB2E5: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB2E5 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 178 | 229 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.10 |
| HSL | 287.06º | 0.5% | 0.8% | - |
| HSV(B) | 287.06º | 0.22% | 0.9% | - |
| XYZ | 58.98 | 52.4 | 81.14 | - |
| YUV | 195.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 229 | 0.05 | 0.22 | 0 | 0.10 | 287.06 | 0.5 | 0.8 |
| Hex | DA | B2 | E5 | 5 | 16 | 0 | A | 11F | 32 | 50 |
| Octal | 332 | 262 | 345 | 5 | 26 | 0 | 12 | 437 | 62 | 120 |
| Binary | 11011010 | 10110010 | 11100101 | 101 | 10110 | 0 | 1010 | 100011111 | 110010 | 1010000 |
Color Harmonies of #DAB2E5
Complementary color
Monochromatic Colors of #DAB2E5
Black with #DAB2E5
Text Example
Text Example
White with #DAB2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2E5; }
p { color: rgb(218,178,229); }
H1.HeaderClassName
{
color: #DAB2E5;
}
.AnyTagClassName
{
color: #DAB2E5;
}
</style>
background-color css
<style>
a { background-color: #DAB2E5; }
a { background-color: rgb(218,178,229); }
div.DivClassName
{
background-color: #DAB2E5;
}
.BgClassName
{
background-color: #DAB2E5;
}
</style>
border-color css
<style>
span { border-color: #DAB2E5; }
span { border-color: rgb(218,178,229); }
td.TdClassName
{
border-color: #DAB2E5;
}
.TagClassName
{
border-color: #DAB2E5;
}
</style>