#EBF1E7

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

Shades of Panache #EBF1E7

Tints of Panache #EBF1E7

Color information

#EBF1E7 (or 0xEBF1E7) is unknown color: approx Panache. HEX triplet: EB, F1 and E7. RGB value is (235,241,231). Sum of RGB (Red+Green+Blue) = 235+241+231=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 231 (90.62% from 255 or 32.67% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1E7 is #140E18. Grayscale: #EEEEEE. Windows color (decimal): -1314329 or 15200747. OLE color: 15200747.

HSL color Cylindrical-coordinate representation of color #EBF1E7: hue angle of 96º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF1E7 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB235241231-
CMYK0.0200.040.05
HSL96º26.32%92.55%-
HSV(B)96º4.15%94.51%-
XYZ80.1486.3488.04-
YUV238.07124.01125.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 231 (90.62% from 255) = 32.67%
R=33.24%
G=34.09%
B=32.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412310.0200.040.059626.3292.55
HexEBF1E72045601a5d
Octal353361347204514032135
Binary1110101111110001111001111001001011100000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1E7; }

 p { color: rgb(235,241,231); }

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

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

 a { background-color: rgb(235,241,231); }

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

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

 span { border-color: rgb(235,241,231); }

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