#EBFEDD

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

Shades of Panache #EBFEDD

Tints of Panache #EBFEDD

Color information

#EBFEDD (or 0xEBFEDD) is unknown color: approx Panache. HEX triplet: EB, FE and DD. RGB value is (235,254,221). Sum of RGB (Red+Green+Blue) = 235+254+221=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEDD is #140122. Grayscale: #F4F4F4. Windows color (decimal): -1311011 or 14548715. OLE color: 14548715.

HSL color Cylindrical-coordinate representation of color #EBFEDD: hue angle of 94.55º 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 #EBFEDD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB235254221-
CMYK0.0700.130.00
HSL94.55º94.29%93.14%-
HSV(B)94.55º12.99%99.61%-
XYZ82.7593.7782.14-
YUV244.56114.71121.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=33.10%
G=35.77%
B=31.13%

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
Decimal2352542210.0700.130.0094.5594.2993.14
HexEBFEDD70D05f5e5d
Octal35337633570150137136135
Binary111010111111111011011101111011010101111110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEDD; }

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

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

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

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

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

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

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

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