Shades of Prelude #DABDE4
Tints of Prelude #DABDE4
RGB
CMYK
RGB Variations
Color information
#DABDE4 (or 0xDABDE4) is known color: Prelude. HEX triplet: DA, BD and E4. RGB value is (218,189,228). Sum of RGB (Red+Green+Blue) = 218+189+228=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE4 is #25421B. Grayscale: #C9C9C9. Windows color (decimal): -2441756 or 14990810. OLE color: 14990810.
HSL color Cylindrical-coordinate representation of color #DABDE4: hue angle of 284.62º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABDE4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 189 | 228 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 284.62º | 0.42% | 0.82% | - |
| HSV(B) | 284.62º | 0.17% | 0.89% | - |
| XYZ | 61.11 | 56.9 | 81.16 | - |
| YUV | 202.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 228 | 0.04 | 0.17 | 0 | 0.11 | 284.62 | 0.42 | 0.82 |
| Hex | DA | BD | E4 | 4 | 11 | 0 | B | 11D | 2A | 52 |
| Octal | 332 | 275 | 344 | 4 | 21 | 0 | 13 | 435 | 52 | 122 |
| Binary | 11011010 | 10111101 | 11100100 | 100 | 10001 | 0 | 1011 | 100011101 | 101010 | 1010010 |
Color Harmonies of #DABDE4
Complementary color
Monochromatic Colors of #DABDE4
Black with #DABDE4
Text Example
Text Example
White with #DABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDE4; }
p { color: rgb(218,189,228); }
H1.HeaderClassName
{
color: #DABDE4;
}
.AnyTagClassName
{
color: #DABDE4;
}
</style>
background-color css
<style>
a { background-color: #DABDE4; }
a { background-color: rgb(218,189,228); }
div.DivClassName
{
background-color: #DABDE4;
}
.BgClassName
{
background-color: #DABDE4;
}
</style>
border-color css
<style>
span { border-color: #DABDE4; }
span { border-color: rgb(218,189,228); }
td.TdClassName
{
border-color: #DABDE4;
}
.TagClassName
{
border-color: #DABDE4;
}
</style>