#EBE4DF

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

Shades of Fantasy #EBE4DF

Tints of Fantasy #EBE4DF

Color information

#EBE4DF (or 0xEBE4DF) is unknown color: approx Fantasy. HEX triplet: EB, E4 and DF. RGB value is (235,228,223). Sum of RGB (Red+Green+Blue) = 235+228+223=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4DF is #141B20. Grayscale: #E5E5E5. Windows color (decimal): -1317665 or 14673131. OLE color: 14673131.

HSL color Cylindrical-coordinate representation of color #EBE4DF: hue angle of 25º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE4DF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235228223-
CMYK00.030.050.08
HSL25º23.08%89.8%-
HSV(B)25º5.11%92.16%-
XYZ75.3278.4880.99-
YUV229.52124.32131.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=34.26%
G=33.24%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522822300.030.050.082523.0889.8
HexEBE4DF035819175a
Octal353344337035103127132
Binary111010111110010011011111011101100011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4DF; }

 p { color: rgb(235,228,223); }

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

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

 a { background-color: rgb(235,228,223); }

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

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

 span { border-color: rgb(235,228,223); }

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