Shades of Prelude #DABCE7
Tints of Prelude #DABCE7
RGB
CMYK
RGB Variations
Color information
#DABCE7 (or 0xDABCE7) is known color: Prelude. HEX triplet: DA, BC and E7. RGB value is (218,188,231). Sum of RGB (Red+Green+Blue) = 218+188+231=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCE7 is #254318. Grayscale: #C9C9C9. Windows color (decimal): -2442009 or 15187162. OLE color: 15187162.
HSL color Cylindrical-coordinate representation of color #DABCE7: hue angle of 281.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABCE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 188 | 231 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.09 |
| HSL | 281.86º | 0.47% | 0.82% | - |
| HSV(B) | 281.86º | 0.19% | 0.91% | - |
| XYZ | 61.32 | 56.64 | 83.3 | - |
| YUV | 201.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 231 | 0.06 | 0.19 | 0 | 0.09 | 281.86 | 0.47 | 0.82 |
| Hex | DA | BC | E7 | 6 | 13 | 0 | 9 | 11A | 2F | 52 |
| Octal | 332 | 274 | 347 | 6 | 23 | 0 | 11 | 432 | 57 | 122 |
| Binary | 11011010 | 10111100 | 11100111 | 110 | 10011 | 0 | 1001 | 100011010 | 101111 | 1010010 |
Color Harmonies of #DABCE7
Complementary color
Monochromatic Colors of #DABCE7
Black with #DABCE7
Text Example
Text Example
White with #DABCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE7; }
p { color: rgb(218,188,231); }
H1.HeaderClassName
{
color: #DABCE7;
}
.AnyTagClassName
{
color: #DABCE7;
}
</style>
background-color css
<style>
a { background-color: #DABCE7; }
a { background-color: rgb(218,188,231); }
div.DivClassName
{
background-color: #DABCE7;
}
.BgClassName
{
background-color: #DABCE7;
}
</style>
border-color css
<style>
span { border-color: #DABCE7; }
span { border-color: rgb(218,188,231); }
td.TdClassName
{
border-color: #DABCE7;
}
.TagClassName
{
border-color: #DABCE7;
}
</style>