Shades of Fantasy #EFE6DF
Tints of Fantasy #EFE6DF
RGB
CMYK
RGB Variations
Color information
#EFE6DF (or 0xEFE6DF) is known color: Fantasy. HEX triplet: EF, E6 and DF. RGB value is (239,230,223). Sum of RGB (Red+Green+Blue) = 239+230+223=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DF is #101920. Grayscale: #E7E7E7. Windows color (decimal): -1055009 or 14673647. OLE color: 14673647.
HSL color Cylindrical-coordinate representation of color #EFE6DF: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE6DF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 223 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.06 |
| HSL | 26.25º | 0.33% | 0.91% | - |
| HSV(B) | 26.25º | 0.07% | 0.94% | - |
| XYZ | 77.21 | 80.27 | 81.24 | - |
| YUV | 231.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 223 | 0 | 0.04 | 0.07 | 0.06 | 26.25 | 0.33 | 0.91 |
| Hex | EF | E6 | DF | 0 | 4 | 7 | 6 | 1A | 21 | 5B |
| Octal | 357 | 346 | 337 | 0 | 4 | 7 | 6 | 32 | 41 | 133 |
| Binary | 11101111 | 11100110 | 11011111 | 0 | 100 | 111 | 110 | 11010 | 100001 | 1011011 |
Color Harmonies of #EFE6DF
Complementary color
Monochromatic Colors of #EFE6DF
Black with #EFE6DF
Text Example
Text Example
White with #EFE6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6DF; }
p { color: rgb(239,230,223); }
H1.HeaderClassName
{
color: #EFE6DF;
}
.AnyTagClassName
{
color: #EFE6DF;
}
</style>
background-color css
<style>
a { background-color: #EFE6DF; }
a { background-color: rgb(239,230,223); }
div.DivClassName
{
background-color: #EFE6DF;
}
.BgClassName
{
background-color: #EFE6DF;
}
</style>
border-color css
<style>
span { border-color: #EFE6DF; }
span { border-color: rgb(239,230,223); }
td.TdClassName
{
border-color: #EFE6DF;
}
.TagClassName
{
border-color: #EFE6DF;
}
</style>