#EBFEDE

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

Shades of Panache #EBFEDE

Tints of Panache #EBFEDE

Color information

#EBFEDE (or 0xEBFEDE) is unknown color: approx Panache. HEX triplet: EB, FE and DE. RGB value is (235,254,222). Sum of RGB (Red+Green+Blue) = 235+254+222=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEDE is #140121. Grayscale: #F4F4F4. Windows color (decimal): -1311010 or 14614251. OLE color: 14614251.

HSL color Cylindrical-coordinate representation of color #EBFEDE: hue angle of 95.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBFEDE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB235254222-
CMYK0.0700.130.00
HSL95.62º94.12%93.33%-
HSV(B)95.62º12.6%99.61%-
XYZ82.8993.8282.85-
YUV244.67115.21121.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 254 (99.61% from 255) = 35.72%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=33.05%
G=35.72%
B=31.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542220.0700.130.0095.6294.1293.33
HexEBFEDE70D0605e5d
Octal35337633670150140136135
Binary111010111111111011011110111011010110000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEDE; }

 p { color: rgb(235,254,222); }

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

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

 a { background-color: rgb(235,254,222); }

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

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

 span { border-color: rgb(235,254,222); }

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