#EBFDE2

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

Shades of Panache #EBFDE2

Tints of Panache #EBFDE2

Color information

#EBFDE2 (or 0xEBFDE2) is unknown color: approx Panache. HEX triplet: EB, FD and E2. RGB value is (235,253,226). Sum of RGB (Red+Green+Blue) = 235+253+226=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDE2 is #14021D. Grayscale: #F4F4F4. Windows color (decimal): -1311262 or 14876139. OLE color: 14876139.

HSL color Cylindrical-coordinate representation of color #EBFDE2: hue angle of 100º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBFDE2 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB235253226-
CMYK0.0700.110.01
HSL100º87.1%93.92%-
HSV(B)100º10.67%99.22%-
XYZ83.1193.485.6-
YUV244.54117.54121.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 226 (88.67% from 255) = 31.65%
R=32.91%
G=35.43%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532260.0700.110.0110087.193.92
HexEBFDE270B164575e
Octal35337534270131144127136
Binary111010111111110111100010111010111110010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDE2; }

 p { color: rgb(235,253,226); }

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

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

 a { background-color: rgb(235,253,226); }

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

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

 span { border-color: rgb(235,253,226); }

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