Shades of Prelude #DABEE4
Tints of Prelude #DABEE4
RGB
CMYK
RGB Variations
Color information
#DABEE4 (or 0xDABEE4) is known color: Prelude. HEX triplet: DA, BE and E4. RGB value is (218,190,228). Sum of RGB (Red+Green+Blue) = 218+190+228=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE4 is #25411B. Grayscale: #CACACA. Windows color (decimal): -2441500 or 14991066. OLE color: 14991066.
HSL color Cylindrical-coordinate representation of color #DABEE4: hue angle of 284.21º degrees, saturation: 0.41, 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 #DABEE4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 190 | 228 | - |
CMYK | 0.04 | 0.17 | 0 | 0.11 |
HSL | 284.21º | 0.41% | 0.82% | - |
HSV(B) | 284.21º | 0.17% | 0.89% | - |
XYZ | 61.33 | 57.33 | 81.23 | - |
YUV | 202.7 | 142.28 | 138.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 228 | 0.04 | 0.17 | 0 | 0.11 | 284.21 | 0.41 | 0.82 |
Hex | DA | BE | E4 | 4 | 11 | 0 | B | 11C | 29 | 52 |
Octal | 332 | 276 | 344 | 4 | 21 | 0 | 13 | 434 | 51 | 122 |
Binary | 11011010 | 10111110 | 11100100 | 100 | 10001 | 0 | 1011 | 100011100 | 101001 | 1010010 |
Color Harmonies of #DABEE4
Complementary color
Monochromatic Colors of #DABEE4
Black with #DABEE4
Text Example
Text Example
White with #DABEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEE4; }
p { color: rgb(218,190,228); }
H1.HeaderClassName
{
color: #DABEE4;
}
.AnyTagClassName
{
color: #DABEE4;
}
</style>
background-color css
<style>
a { background-color: #DABEE4; }
a { background-color: rgb(218,190,228); }
div.DivClassName
{
background-color: #DABEE4;
}
.BgClassName
{
background-color: #DABEE4;
}
</style>
border-color css
<style>
span { border-color: #DABEE4; }
span { border-color: rgb(218,190,228); }
td.TdClassName
{
border-color: #DABEE4;
}
.TagClassName
{
border-color: #DABEE4;
}
</style>