#EFE6DE

Color #EFE6DE Fantasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fantasy #EFE6DE

Tints of Fantasy #EFE6DE

Color information

#EFE6DE (or 0xEFE6DE) is unknown color: approx Fantasy. HEX triplet: EF, E6 and DE. RGB value is (239,230,222). Sum of RGB (Red+Green+Blue) = 239+230+222=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DE is #101921. Grayscale: #E7E7E7. Windows color (decimal): -1055010 or 14608111. OLE color: 14608111.

HSL color Cylindrical-coordinate representation of color #EFE6DE: hue angle of 28.24º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE6DE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239230222-
CMYK00.040.070.06
HSL28.24º34.69%90.39%-
HSV(B)28.24º7.11%93.73%-
XYZ77.0880.2280.53-
YUV231.78122.48133.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=34.59%
G=33.29%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923022200.040.070.0628.2434.6990.39
HexEFE6DE04761c235a
Octal35734633604763443132
Binary1110111111100110110111100100111110111001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6DE; }

 p { color: rgb(239,230,222); }

 H1.HeaderClassName
 {
   color: #EFE6DE;
 }
 .AnyTagClassName
 {
   color: #EFE6DE;
 }
</style>
background-color css

<style>
 a { background-color: #EFE6DE; }

 a { background-color: rgb(239,230,222); }

 div.DivClassName
 {
   background-color: #EFE6DE;
 }
 .BgClassName
 {
   background-color: #EFE6DE;
 }
</style>
border-color css

<style>
 span { border-color: #EFE6DE; }

 span { border-color: rgb(239,230,222); }

 td.TdClassName
 {
   border-color: #EFE6DE;
 }
 .TagClassName
 {
   border-color: #EFE6DE;
 }
</style>