Shades of Fantasy #EFE4DB
Tints of Fantasy #EFE4DB
RGB
CMYK
RGB Variations
Color information
#EFE4DB (or 0xEFE4DB) is known color: Fantasy. HEX triplet: EF, E4 and DB. RGB value is (239,228,219). Sum of RGB (Red+Green+Blue) = 239+228+219=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DB is #101B24. Grayscale: #E6E6E6. Windows color (decimal): -1055525 or 14410991. OLE color: 14410991.
HSL color Cylindrical-coordinate representation of color #EFE4DB: hue angle of 27º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE4DB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 228 | 219 | - |
CMYK | 0 | 0.05 | 0.08 | 0.06 |
HSL | 27º | 0.38% | 0.9% | - |
HSV(B) | 27º | 0.08% | 0.94% | - |
XYZ | 76.13 | 78.95 | 78.24 | - |
YUV | 230.26 | 121.64 | 134.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 228 | 219 | 0 | 0.05 | 0.08 | 0.06 | 27 | 0.38 | 0.9 |
Hex | EF | E4 | DB | 0 | 5 | 8 | 6 | 1B | 26 | 5A |
Octal | 357 | 344 | 333 | 0 | 5 | 10 | 6 | 33 | 46 | 132 |
Binary | 11101111 | 11100100 | 11011011 | 0 | 101 | 1000 | 110 | 11011 | 100110 | 1011010 |
Color Harmonies of #EFE4DB
Complementary color
Monochromatic Colors of #EFE4DB
Black with #EFE4DB
Text Example
Text Example
White with #EFE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4DB; }
p { color: rgb(239,228,219); }
H1.HeaderClassName
{
color: #EFE4DB;
}
.AnyTagClassName
{
color: #EFE4DB;
}
</style>
background-color css
<style>
a { background-color: #EFE4DB; }
a { background-color: rgb(239,228,219); }
div.DivClassName
{
background-color: #EFE4DB;
}
.BgClassName
{
background-color: #EFE4DB;
}
</style>
border-color css
<style>
span { border-color: #EFE4DB; }
span { border-color: rgb(239,228,219); }
td.TdClassName
{
border-color: #EFE4DB;
}
.TagClassName
{
border-color: #EFE4DB;
}
</style>