#EBF2E6

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

Shades of Panache #EBF2E6

Tints of Panache #EBF2E6

Color information

#EBF2E6 (or 0xEBF2E6) is unknown color: approx Panache. HEX triplet: EB, F2 and E6. RGB value is (235,242,230). Sum of RGB (Red+Green+Blue) = 235+242+230=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2E6 is #140D19. Grayscale: #EEEEEE. Windows color (decimal): -1314074 or 15135467. OLE color: 15135467.

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

Color convert

RGB235242230-
CMYK0.0300.050.05
HSL95º31.58%92.55%-
HSV(B)95º4.96%94.9%-
XYZ80.386.8887.4-
YUV238.54123.18125.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 242 (94.92% from 255) = 34.23%
BLUE value IS 230 (90.23% from 255) = 32.53%
R=33.24%
G=34.23%
B=32.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422300.0300.050.059531.5892.55
HexEBF2E630555f205d
Octal353362346305513740135
Binary11101011111100101110011011010110110111111000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2E6; }

 p { color: rgb(235,242,230); }

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

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

 a { background-color: rgb(235,242,230); }

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

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

 span { border-color: rgb(235,242,230); }

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