#EDF3EB

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

Shades of Panache #EDF3EB

Tints of Panache #EDF3EB

Color information

#EDF3EB (or 0xEDF3EB) is unknown color: approx Panache. HEX triplet: ED, F3 and EB. RGB value is (237,243,235). Sum of RGB (Red+Green+Blue) = 237+243+235=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3EB is #120C14. Grayscale: #F0F0F0. Windows color (decimal): -1182741 or 15463405. OLE color: 15463405.

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

Color convert

RGB237243235-
CMYK0.0200.030.05
HSL105º25%93.73%-
HSV(B)105º3.29%95.29%-
XYZ81.9788.191.28-
YUV240.29125.01125.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=33.15%
G=33.99%
B=32.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432350.0200.030.051052593.73
HexEDF3EB203569195e
Octal355363353203515131136
Binary111011011111001111101011100111011101001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3EB; }

 p { color: rgb(237,243,235); }

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

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

 a { background-color: rgb(237,243,235); }

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

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

 span { border-color: rgb(237,243,235); }

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