Shades of Prelude #DAB5E7
Tints of Prelude #DAB5E7
RGB
CMYK
RGB Variations
Color information
#DAB5E7 (or 0xDAB5E7) is known color: Prelude. HEX triplet: DA, B5 and E7. RGB value is (218,181,231). Sum of RGB (Red+Green+Blue) = 218+181+231=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5E7 is #254A18. Grayscale: #C5C5C5. Windows color (decimal): -2443801 or 15185370. OLE color: 15185370.
HSL color Cylindrical-coordinate representation of color #DAB5E7: hue angle of 284.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB5E7 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 181 | 231 | - |
CMYK | 0.06 | 0.22 | 0 | 0.09 |
HSL | 284.4º | 0.51% | 0.81% | - |
HSV(B) | 284.4º | 0.22% | 0.91% | - |
XYZ | 59.86 | 53.72 | 82.82 | - |
YUV | 197.76 | 146.76 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 231 | 0.06 | 0.22 | 0 | 0.09 | 284.4 | 0.51 | 0.81 |
Hex | DA | B5 | E7 | 6 | 16 | 0 | 9 | 11C | 33 | 51 |
Octal | 332 | 265 | 347 | 6 | 26 | 0 | 11 | 434 | 63 | 121 |
Binary | 11011010 | 10110101 | 11100111 | 110 | 10110 | 0 | 1001 | 100011100 | 110011 | 1010001 |
Color Harmonies of #DAB5E7
Complementary color
Monochromatic Colors of #DAB5E7
Black with #DAB5E7
Text Example
Text Example
White with #DAB5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5E7; }
p { color: rgb(218,181,231); }
H1.HeaderClassName
{
color: #DAB5E7;
}
.AnyTagClassName
{
color: #DAB5E7;
}
</style>
background-color css
<style>
a { background-color: #DAB5E7; }
a { background-color: rgb(218,181,231); }
div.DivClassName
{
background-color: #DAB5E7;
}
.BgClassName
{
background-color: #DAB5E7;
}
</style>
border-color css
<style>
span { border-color: #DAB5E7; }
span { border-color: rgb(218,181,231); }
td.TdClassName
{
border-color: #DAB5E7;
}
.TagClassName
{
border-color: #DAB5E7;
}
</style>